- Added a feature that lets a user download the malware sample (if available) that was searched via hash using the
vt
command. This feature requires a Malshare API Key (MALSHARE_API_KEY
) - Added a new sentence to the hello command
- Added documentation (README.md)
- Improved the help page
- Fixed a small bug where the admin help page would show no matter what channel, even if the
management_channel
was active - Fixed bug when searching for a CVE (exception if CVE would not exist)
- Added an install script that automatically installs all the requirements to run the bot
- You are now able to search for exploits (like you do when using searchsploit), using the Exploit DB, calling the
exploit
command - Now, instead of using
search
to search for writeups, you should usewriteup
- Small improvements on the overall usage
- Documentation improvements
- Fixed (empty) response of when there are no results for a writeup search
- Fixed badly formatted response when it contains
```
in the results of a writeup search - Changed exploit search structure (has a new source file dedicated to it)
- Fixed no response when no results were found while searching for exploits
- Fixed no responde when too many results were found while searching for exploits
- Fixed no escaping of
"
in logs. - Now the exploit search results provide the number of exploits found
- Disabled writeup search for now (API permissions problem yet to be solved)
- Exploit command was down due to outdated source
- Fixed unauthorized access logging bug which was raising exception
- New command:
crack
- has the ability to try and "crack" a hash by accessing the Hash-Decrypt API - Removed the Google API
- Fixed writeup searching
- Interface improvement
- Fixed writeup flaw which caused interface bugs when containing ` characters in the description
- Fixed requirements
- Fixed path joining issues
- New command:
listener
- provides commands to create a listener for a reverse shell - New command:
revshell
- reverse shell generator for several programming/scripting languages - New command:
hashid
- automatically identify the possible algorithms behind a hash - New command:
shellcode
- search for shellcode available on ShellStorm - New command:
shodan
- search on shodan - Removed command:
whoami
- Removed command:
id
crack
command now supports the argumentauto
, trying to automatically identify the provided hash and to crack it afterhelp
command can now be invoked with arguments (help <command>
), providing more information and help about each command- Interface improvement