Skip to content

Releases: kevthehermit/PasteHunter

1.4.2 - Hotfix

03 Dec 06:44
Compare
Choose a tag to compare

[1.4.2] - 2020-12-02

Changed

  • Fixed ix.io import
  • Made slexy's timeout configurable (#121)

1.4.1 - Hotfix

26 Nov 06:03
Compare
Choose a tag to compare

Fixes a typo in imports

1.4.0

23 Nov 07:31
Compare
Choose a tag to compare

[1.4.0] - 2020-11-22

Changed

  • Added some error state checks and retry logic to pastebin scraping (#116)
  • Refactored paste inputs to use a base class

Added

  • Support for ix.io (#95)
  • Additional unit tests (pytest still has some issues with import paths on travis)

1.2.1

17 Jan 04:48
Compare
Choose a tag to compare

This change may impact existing configurations. Please read carefully

Moved config file to ~/.config
Moved custom yara rules
Refactored yara rules location
Added support for ignoring bots for GitHub
Improved multiprocessing
Added better support for custom rules`

v1.1

07 Oct 18:59
222ccaf
Compare
Choose a tag to compare
Merge pull request #87 from knightsc/tasks/modularize-sandbox-support

Modularize sandbox support

PasteHunter v1.0

10 Feb 18:10
Compare
Choose a tag to compare

PasteHunter

PasteHunter is a python3 application that is designed to query a collection of sites that host publicly pasted data.
For all the pasts it finds it scans the raw contents against a series of Yara rules looking for information that can be used
by an organisation or a researcher.

For setup instructions please see the official documentation https://pastehunter.readthedocs.io/en/latest/installation.html

Supported Inputs

Pastehunter currently has support for the following sites:

  • pastebin.com
  • gist.github.com
  • slexy.org
  • stackexchange # There are about 176!

Supported Outputs

Pastehunter supports several output modules:

  • dump to ElasticSearch DB (default).
  • Email alerts (SMTP).
  • Slack Channel notifications.
  • Dump to JSON file.
  • Dump to CSV file.
  • Send to syslog.