Commit Graph

14 Commits

Author SHA1 Message Date
Hardik Zinzuvadiya
2c5cbb3538 [FIX] #Fixed Typos by codespell 2023-03-04 09:13:43 -05:00
Hardik Zinzuvadiya
87769dec56
Merge pull request #123 from Greatest125/master
minor fixes (typos, installation instructions update, etc)
2021-05-07 22:12:33 +05:30
HellAmbro
bc6e98b167 Updated Fluxion 2020-12-28 19:53:23 +01:00
Greatest125
3b2fdea1c4
updated wifite install 2020-12-26 20:54:52 +00:00
Greatest125
00a3072211
fixed typo 2020-12-26 20:50:06 +00:00
Greatest125
fc7e3e5db0
added wifite description 2020-12-26 20:48:42 +00:00
Greatest125
1e7460d65b
updated bluepot download link 2020-12-26 20:05:56 +00:00
Greatest125
85e4b3fda2
Update wireless_attack_tools.py 2020-12-26 19:05:50 +00:00
Greatest125
046f4ff564
fixed syntax error (my bad) 2020-12-26 18:37:58 +00:00
Greatest125
3abd660aef
updated bluepot install to v0.2 and fixed formatting 2020-12-26 17:18:49 +00:00
Greatest125
7b6bfb984e
updated wifi pumpkin install 2020-12-26 16:56:05 +00: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
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