1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
2c5cbb3538 [FIX] #Fixed Typos by codespell 2023-03-04 09:13:43 -05:00
6bd2d7029f remove sudo 2021-05-07 08:43:16 -04:00
768b722efe update KnockMail to python3 2020-12-31 13:57:09 -05:00
1ce0717886 updated sherlock run (my error) 2020-12-29 18:20:41 +00:00
e72b531b85 updated sherlock run instructions 2020-12-29 18:08:15 +00:00
912e332c48 updated evilapp install 2020-12-29 16:36:38 +00:00
91c3078999 update droidcam install 2020-12-29 16:31:44 +00:00
f265eb5809 updated instaBrute run instructions
specified python version
2020-12-29 15:16:57 +00:00
718d811414 updated brute_force and insta_brute run instructions 2020-12-29 15:09:39 +00:00
04c747d121 updated social_mapper install 2020-12-19 15:42:48 -05:00
718bacd7bd update Kawaii Deauther run instructions 2020-12-19 15:38:14 -05:00
ebaf4af0e3 removed python3 support WifiJammerNG
python3 support isn't available yet...
2020-12-19 15:27:43 -05:00
04bdf00916 Update android_attack.py 2020-12-14 12:33:47 -05:00
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