Commit Graph

22 Commits

Author SHA1 Message Date
Greatest125
3fb5c9986a
updated websploit install 2020-12-18 19:04:03 -05:00
Greatest125
135ceadec1
removed python3 for enigma
the python3 file disappeared, I opened up a fork request so hopefully python3 support will be added soon
2020-12-17 14:41:21 -05:00
Greatest125
c36197d7a7
update mob-droid run instructions 2020-12-17 12:07:57 -05:00
Greatest125
7b309a641e
automatically downloads dependencies
for QR code jacking
2020-12-16 12:30:02 -05:00
Greatest125
0d3d4e6f0b
added socialfish password 2020-12-16 12:22:59 -05:00
Greatest125
1fec1f3b49
added 'sudo' for SET install 2020-12-16 10:59:43 -05:00
Greatest125
aac981946a
update SET install 2020-12-16 10:57:34 -05:00
Greatest125
e79da6fc24
Update phising_attack.py 2020-12-16 10:53:59 -05:00
Greatest125
2ff8ab9b92
Update webattack.py 2020-12-16 10:33:38 -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
Greatest125
93dde63ef5
Update anonsurf.py 2020-12-16 08:35:09 -05:00
Greatest125
ff673b9c4a
update slowloris install to python3 2020-12-15 18:19:29 -05:00
Greatest125
40c1d152f9
Update wireless_attack_tools.py 2020-12-15 18:09:52 -05:00
Greatest125
557518e40c
updated howmanypeoplearound install to python3 2020-12-15 18:07:12 -05:00
Greatest125
04bdf00916
Update android_attack.py 2020-12-14 12:33:47 -05:00
Greatest125
4771fb2b87
Update xss_attack.py 2020-12-14 12:33:01 -05:00
Greatest125
6c1342ed33
updated links 2020-12-14 12:32:14 -05:00
Greatest125
614269e7d5
fixed spelling mistake 2020-12-14 12:30:56 -05:00
Greatest125
ee2e5d5735
fixed spelling mistake 2020-12-14 12:29:44 -05:00
Greatest125
513545f6f3
fixed link error 2020-12-14 12:28:41 -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