All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
Initial Commit
- Codename
Nezuko
Released
- Codename
Commit
- Codename
Assassin Actual
Released (Generation Kill FTW!!!)
- Codename
Fixing
- Mass Dumper : Added Queue, So when mass dumper loops, the dump process will not stop on the second task.
- Dump Function : Change the dump process to a function so it will be much simpler and not wasting of spaces.
Update
- Menu are changed, choosing not so many colors.
- Added File Checking, it will thrown error if the file doesn't exist your didn't provide any filename.
- Added Validity Checking for URL, All url that will be inputed must start with
https://
orhttp://
(it will not gonna work when using withwww.example.com
as the format), it will thrown error if the url didn't follow the format or you didn't provide any url. - Added Extractor (
Experimental
). - Added Dump Only option, this option created for the
Maybe Vuln
scan results or a target that hadDirectory Listing
disabled or etc. - On every end of the dump process, it will run
git checkout .
automatically on the destination folder. This will feature is on whether mass target or single target selected.