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

322 Commits

Author SHA1 Message Date
fe08423827 update some more typos; change print from .format to f-strings for readability 2020-12-23 07:45:00 -08:00
2eb5b5771f Merge branch 'master' of https://github.com/Z4nzu/hackingtool 2020-12-23 07:43:50 -08:00
3d435a4307 update some more typos; change print from .format to f-strings for readability 2020-12-20 19:31:50 -08:00
0fc632afe2 Merge pull request #121 from Greatest125/master
fixed typos and updated install instructions
2020-12-20 11:04:16 +05:30
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
44af891093 update RVuln install permissions 2020-12-19 15:15:56 -05:00
e2298f8080 updated RVuln install 2020-12-19 15:13:53 -05:00
b07fe8e81d update RVuln install 2020-12-19 15:07:34 -05:00
a4f2807dfb updated syntax error on my part 2020-12-19 13:26:41 -05:00
a53d3af4bb fixed syntax error on my part 2020-12-19 13:24:35 -05:00
c154698de9 updated run ufonet run instructions to python3 2020-12-19 10:41:30 -05:00
f75c2225c9 updated ufonet install for python3
also gets kali dependencies
2020-12-19 10:40:03 -05:00
6424894c59 update androguard to python3 2020-12-19 10:31:52 -05:00
3dda7931e0 update websploit install 2020-12-18 20:54:04 -05:00
381908e12f update some more typos; change print from .format to f-strings for readability 2020-12-18 17:14:36 -08:00
3fb5c9986a updated websploit install 2020-12-18 19:04:03 -05:00
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
c36197d7a7 update mob-droid run instructions 2020-12-17 12:07:57 -05:00
7b309a641e automatically downloads dependencies
for QR code jacking
2020-12-16 12:30:02 -05:00
0d3d4e6f0b added socialfish password 2020-12-16 12:22:59 -05:00
1fec1f3b49 added 'sudo' for SET install 2020-12-16 10:59:43 -05:00
aac981946a update SET install 2020-12-16 10:57:34 -05:00
e79da6fc24 Update phising_attack.py 2020-12-16 10:53:59 -05:00
2ff8ab9b92 Update webattack.py 2020-12-16 10:33:38 -05:00
aaf4673b02 Update information_gathering_tools.py 2020-12-16 09:54:32 -05:00
6d3c1de1d9 Update information_gathering_tools.py 2020-12-16 09:11:45 -05:00
93dde63ef5 Update anonsurf.py 2020-12-16 08:35:09 -05:00
ff673b9c4a update slowloris install to python3 2020-12-15 18:19:29 -05:00
40c1d152f9 Update wireless_attack_tools.py 2020-12-15 18:09:52 -05:00
557518e40c updated howmanypeoplearound install to python3 2020-12-15 18:07:12 -05:00
5157b9fc2e update some typos; clearly print the path for install regardless of install option 2020-12-15 10:30:24 -08:00
04bdf00916 Update android_attack.py 2020-12-14 12:33:47 -05:00
4771fb2b87 Update xss_attack.py 2020-12-14 12:33:01 -05:00
6c1342ed33 updated links 2020-12-14 12:32:14 -05:00
614269e7d5 fixed spelling mistake 2020-12-14 12:30:56 -05:00
ee2e5d5735 fixed spelling mistake 2020-12-14 12:29:44 -05:00
513545f6f3 fixed link error 2020-12-14 12:28:41 -05:00
a87ca673fc Merge pull request #91 from Ajst0077/master
Update README.md
2020-10-02 23:32:57 +05:30
c6f1ce60f6 Update README.md 2020-10-01 16:15:01 +05:30
d96dc718a6 Merge pull request #79 from naveennamani/master
Refactored the whole project
2020-08-15 21:44:51 +05:30
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
de461ee13e Merge pull request #78 from 418sec/master
Security Fix for Remote Code Execution - huntr.dev
2020-08-12 11:54:31 +05:30
5a322a649a Merge pull request #1 from Mik317/master
[FIX] Command injection formatting user-supplied inputs
2020-08-10 15:01:02 +01:00
4262cd9859 Minor fixes
Minor fixes regarding usage of `subprocess.run` in order to make it work correctly
2020-08-05 19:00:23 +02:00
6e41f4a5ee [FIX] Command injection
Fixed the issue using the `subprocess.run(["program", f"options"])` method which is safe for formatting `user-supplied` inputs inside commands to be `executed`
2020-08-05 18:30:09 +02:00
920a238ea1 Merge pull request #69 from epushor/patch-1
Update install.sh
2020-07-24 13:46:10 +05:30
d8796a171d Update install.sh
wget option will not work with http but instead with https - or remove the entire line, the program will not install.
2020-07-23 23:37:19 +03:00
c81c08c1e9 Update with new tools 2020-07-21 22:26:08 +05:30