Commit Graph

14 Commits

Author SHA1 Message Date
MDA1422
c33500a1b3
Update phising_attack.py 2023-07-05 22:28:48 +01:00
Hardik Zinzuvadiya
8aabfdacb2
Merge pull request #343 from MDA1422/master
dnstwist
2023-03-15 06:16:36 -04:00
Hardik Zinzuvadiya
2c5cbb3538 [FIX] #Fixed Typos by codespell 2023-03-04 09:13:43 -05:00
xb7
10a8fdbe89 test 2023-02-02 19:37:42 +00:00
MDA1422
d6bc5203da
dnstwist 2023-02-02 18:54:34 +00:00
C.RANJITH KUMAR
e59b7e1651
Update phising_attack.py 2022-10-24 14:13:01 -04:00
BALA MURUGAN GANESAN
15c3d75853
Update phising_attack.py
I have updated one depricated phishing attack tool from this (https://github.com/DarkSecDevelopers/HiddenEye)  to this https://github.com/Morsmalleo/HiddenEye .
2022-09-26 17:57:09 +05:30
Greatest125
a4f2807dfb
updated syntax error on my part 2020-12-19 13:26:41 -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
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