Commit Graph

10 Commits

Author SHA1 Message Date
Greatest125
20e3924a24
added Breacher run instructions 2020-12-26 16:27:42 +00:00
Greatest125
0d8f1ddd7b
foxed rang3r run issue
using os.chdir to cd into rang3r directory
2020-12-26 11:11:43 -05:00
Greatest125
0d0f43b4d8
updated striker run
no longer using os.subproccess as it doesn't work
2020-12-26 11:04:29 -05:00
Greatest125
98ea0036e1
updated and enabled dracnmap run instructions 2020-12-26 10:45:32 -05:00
Greatest125
2bce668f0e
updated reconspider run commands 2020-12-26 10:39:36 -05:00
Greatest125
a779844944
update infoga install instructions
added python3 support and fixed a typo
2020-12-25 17:10:55 -05:00
Greatest125
6cf4bcbfc8
added run command for reconspider 2020-12-25 16:28:55 -05:00
Greatest125
aaf4673b02
Update information_gathering_tools.py 2020-12-16 09:54:32 -05:00
Greatest125
6d3c1de1d9
Update information_gathering_tools.py 2020-12-16 09:11:45 -05:00
naveennamani
eaa920a7e3 Refactored the whole project
List of changes

+ Handling information about a tool has been improved a lot by providing a `HackingTool` class, which takes care of showing the options, running the selected option, executing the required commands
+ This class is designed with flexibililty and simplicity in mind, so adding a new tool is a lot easier, mention TITLE, DESCRIPTION, list of INSTALL_COMMANDS, RUN_COMMANDS and PROJECT_URL and there you go...

+ grouping all the `HackingTool`s is also made super simpler by providing a `HackingToolsCollection` class which groups the tools into their respective categories. Just add the instances of `HackingTool` classes to the TOOLS property of the `HackingToolsCollection`.

+ Refactored all the tools into separate files based on their categories.
+ Added a READM_template.md and generate_readme.py script to automatically generate Table of contents and the list of tools available automatically.
+ Now each tool in the README.md points to its project url if provided. This makes it easier to visit the project from the readme.
2020-08-14 16:41:59 +05:30