zeit
zeit
In reference to issue #433 ## Changes made - A new file `config.yaml` is added containing all the configurations stored inside `config.py` - `config.py` is updated to import data from...
In reference to the issue #327 ## Changes made: - New module `pdf_censor_scanner` added using `xray` to scan for censorships in the pdfs - tests written - report written ##...
In reference to issue #1541 ## Idea - The idea to implement this was done was inspired by the famous browser extension `Wappalyzer` - Using regex patterns for headers,cookies,meta tags,urls...
## Changes made - Added new honeypot `Glastopf` - updated `signatures.yaml` to take `glastopf` into account - updated `vuln_analyzer` to take care of `requirements.txt` when they contain packages with no...
This PR adds DoS attack support for cowrie honeypots. ## Changes made: - New active attack `dos_cowrie` added - DoS is carried out by flooding cowrie's SSH service and spamming...
Closes #47 # Changes made: - new argument `--attack` was added to the `arg parser` - the user can input the attack which he wants to execute or execute all...
# Issue Currently when running `honeyscanner` against honeypot, all attacks are executed at the same time. This takes a lot of time and is an intensive and unorganized process. #...
in reference to the issue #45 This PR updates the `honeyscanner/honeypots/base_honeypot.py` ### Changes made: - The versions and requirements.txt were hard coded, not covering latest versions released which is not...
### Issue: When running honeyscanner against the latest version of **cowrie(v2.6.1)**. We get an error `Failed to download requirements.txt`. And the scan fails 
Updated the `importers/openssl.py` file to scrape data from the new updated data source `https://openssl-library.org/news/vulnerabilities/index.html`. Fixes #1747