1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2026-06-09 00:16:18 +02:00
Commit Graph

166 Commits

Author SHA1 Message Date
TheWildNIght ab618753cd add stegocracker in steganography tools 2021-07-04 22:48:00 +05:30
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
Greatest125 6bd2d7029f remove sudo 2021-05-07 08:43:16 -04:00
Mr.Z4nzu fc1afa0449 Merge pull request #122 from HellAmbro/updated_fluxion
Updated Fluxion
2021-01-12 20:48:57 +05:30
Mr.Z4nzu 1a7755c319 Merge pull request #119 from mokrunka/master
update some typos; clearly print the path for install
2021-01-12 20:48:18 +05:30
Mr.Z4nzu c41809b1f3 Merge pull request #124 from Z4nzu/imgbot
[ImgBot] Optimize images
2021-01-09 12:45:19 +05:30
ImgBotApp a197fb20ee [ImgBot] Optimize images
*Total -- 536.29kb -> 446.69kb (16.71%)

/images/A00.png -- 171.26kb -> 131.15kb (23.42%)
/images/A4.png -- 97.04kb -> 81.76kb (15.74%)
/images/A1.png -- 85.04kb -> 72.05kb (15.28%)
/images/A2.png -- 107.38kb -> 91.34kb (14.93%)
/images/A0.png -- 75.58kb -> 70.39kb (6.86%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-01-09 06:58:56 +00:00
Greatest125 768b722efe update KnockMail to python3 2020-12-31 13:57:09 -05:00
Greatest125 38a7cd5978 fixed indent error 2020-12-31 13:43:39 -05:00
Greatest125 1ce0717886 updated sherlock run (my error) 2020-12-29 18:20:41 +00:00
Greatest125 e72b531b85 updated sherlock run instructions 2020-12-29 18:08:15 +00:00
Greatest125 912e332c48 updated evilapp install 2020-12-29 16:36:38 +00:00
Greatest125 91c3078999 update droidcam install 2020-12-29 16:31:44 +00:00
Greatest125 f265eb5809 updated instaBrute run instructions
specified python version
2020-12-29 15:16:57 +00:00
Greatest125 718d811414 updated brute_force and insta_brute run instructions 2020-12-29 15:09:39 +00:00
Greatest125 0db6806ef1 updated hatcloud run instructions 2020-12-29 14:42:45 +00:00
Greatest125 f6ab71da12 updated commix run instructions 2020-12-29 14:38:27 +00:00
Greatest125 9bbd7f2033 updated bulk_extractor cli instal 2020-12-29 01:32:25 +00:00
HellAmbro bc6e98b167 Updated Fluxion 2020-12-28 19:53:23 +01:00
Greatest125 99060768f0 added bulkExtractor description 2020-12-27 23:27:39 +00:00
Greatest125 5d1929111f updated dirb install commands 2020-12-27 22:53:10 +00:00
Greatest125 f988dff397 removed subdomainTakeover run instructions
they don't work :)
2020-12-27 19:32:12 +00:00
Greatest125 c4acbeb17a added subdomainTakeover run command 2020-12-27 19:24:58 +00:00
Greatest125 23559dd63f updated blazy install and run
explicitly stating python2.7 in case default becomes 3.x
2020-12-27 19:09:42 +00:00
Greatest125 1953ea5da7 updated sublist3r to Python3 2020-12-27 18:43:48 +00:00
Greatest125 b0021b02b4 updated sqlmap run instructions 2020-12-26 21:19:39 +00: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 8af0f06ecf added Cupp run instructions
for interactive word list generator
2020-12-26 16:29:52 +00:00
Greatest125 20e3924a24 added Breacher run instructions 2020-12-26 16:27:42 +00:00
Greatest125 0d8f1ddd7b foxed rang3r run issue
using os.chdir to cd into rang3r directory
2020-12-26 11:11:43 -05:00
Greatest125 0d0f43b4d8 updated striker run
no longer using os.subproccess as it doesn't work
2020-12-26 11:04:29 -05:00
Greatest125 98ea0036e1 updated and enabled dracnmap run instructions 2020-12-26 10:45:32 -05:00
Greatest125 2bce668f0e updated reconspider run commands 2020-12-26 10:39:36 -05:00
Greatest125 a779844944 update infoga install instructions
added python3 support and fixed a typo
2020-12-25 17:10:55 -05:00
Greatest125 6cf4bcbfc8 added run command for reconspider 2020-12-25 16:28:55 -05:00
Greatest125 7ed722d672 added run commands sqlmap (sqlmap wizard) and updated for python3 support 2020-12-24 18:17:35 -05:00
mokrunka ed2c9dd969 fix my mistake on f-string in core.py 2020-12-23 08:56:28 -08:00
mokrunka fe08423827 update some more typos; change print from .format to f-strings for readability 2020-12-23 07:45:00 -08:00
mokrunka 2eb5b5771f Merge branch 'master' of https://github.com/Z4nzu/hackingtool 2020-12-23 07:43:50 -08:00
mokrunka 3d435a4307 update some more typos; change print from .format to f-strings for readability 2020-12-20 19:31:50 -08:00
Mr.Z4nzu 0fc632afe2 Merge pull request #121 from Greatest125/master
fixed typos and updated install instructions
2020-12-20 11:04:16 +05:30
Greatest125 04c747d121 updated social_mapper install 2020-12-19 15:42:48 -05:00
Greatest125 718bacd7bd update Kawaii Deauther run instructions 2020-12-19 15:38:14 -05:00