Commit Graph

9 Commits

Author SHA1 Message Date
Hardik Zinzuvadiya
2c5cbb3538 [FIX] #Fixed Typos by codespell 2023-03-04 09:13:43 -05:00
Greatest125
38a7cd5978
fixed indent error 2020-12-31 13:43:39 -05:00
Greatest125
5d1929111f
updated dirb install commands 2020-12-27 22:53:10 +00:00
Greatest125
f988dff397
removed subdomainTakeover run instructions
they don't work :)
2020-12-27 19:32:12 +00:00
Greatest125
c4acbeb17a
added subdomainTakeover run command 2020-12-27 19:24:58 +00:00
Greatest125
23559dd63f
updated blazy install and run
explicitly stating python2.7 in case default becomes 3.x
2020-12-27 19:09:42 +00:00
Greatest125
1953ea5da7
updated sublist3r to Python3 2020-12-27 18:43:48 +00:00
Greatest125
2ff8ab9b92
Update webattack.py 2020-12-16 10:33:38 -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