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

254 Commits

Author SHA1 Message Date
ca2f8d671d Merge pull request #351 from cclauss/minor-fixes
Minor fixes
2023-03-04 10:11:44 -05:00
e885d19f8a Minor fixes 2023-03-04 16:02:23 +01:00
4dcfd331fc Merge pull request #350 from Z4nzu/development
[FIX] #Fixed Typos by codespell
2023-03-04 09:39:01 -05:00
00bb2db47f [FIX] #lint file 2023-03-04 09:28:12 -05:00
bf7269924a Merge branch 'master' into development 2023-03-04 09:26:44 -05:00
2c5cbb3538 [FIX] #Fixed Typos by codespell 2023-03-04 09:13:43 -05:00
f0ab1ced10 [FIX] #Fixed Typos by codespell 2023-03-04 09:10:56 -05:00
1e088ad35b Merge pull request #346 from cclauss/patch-1
Fix lint_python so tests pass again
2023-03-04 08:59:47 -05:00
2ff5e7051e Update lint_python.yml 2023-03-04 14:47:17 +01:00
71be75ad5d Merge branch 'master' into patch-1 2023-03-04 14:43:18 +01:00
8d10fdca6c Merge pull request #349 from cclauss/requirements.txt
requirement.txt --> requirements.txt
2023-03-04 08:39:21 -05:00
9c01a54ce4 Update lint_python.yml 2023-03-04 14:37:56 +01:00
b016593495 Merge branch 'master' into requirements.txt 2023-03-04 14:33:15 +01:00
d201837d51 requirement.txt --> requirements.txt 2023-03-04 14:30:24 +01:00
d96a763f27 Updated Installation Changes 2023-03-04 08:29:15 -05:00
cd610e56bf Update lint_python.yml 2023-03-04 13:33:57 +01:00
80dc79f85e Update lint_python.yml 2023-03-04 13:29:05 +01:00
ac7f2909db Update lint_python.yml 2023-03-04 13:25:33 +01:00
608fea3eb1 Install & Update File has been Improved 2023-03-04 06:36:45 -05:00
65982181e8 Merge pull request #348 from Z4nzu/development
[FIX]#Install & Update Script fixed, added gitignore
2023-03-04 06:31:39 -05:00
1e64996614 Merge branch 'master' into development 2023-03-04 06:21:42 -05:00
c40ae9620b [FIX]#Install & Update Script fixed, added gitignore 2023-03-04 06:07:48 -05:00
82f8f98e86 Fix lint_python so tests pass again 2023-03-03 13:03:00 +01:00
5c69e5cb13 Merge pull request #255 from cclauss/patch-3
Fix typos discovered by codespell
2023-03-03 17:06:38 +05:30
74eebac6f8 Merge pull request #257 from v8blink/patch-1
Add XSS detection tool - Cyclops
2023-01-27 14:11:59 +05:30
03db8507d3 Update lint_python.yml 2022-12-03 23:30:32 +01:00
4171ec46ea Delete __init__.py 2022-12-03 23:29:36 +01:00
151e115321 Update __init__.py 2022-12-03 23:27:56 +01:00
ad376b5261 Create __init__.py 2022-12-03 23:26:41 +01:00
14ef376b57 Update core.py 2022-12-03 19:08:24 +01:00
8af26be04f Merge pull request #290 from furknozg/SyntaxFix
Syntax Fix for older versions of python
2022-12-03 22:17:23 +05:30
0a93f706f0 Merge pull request #299 from CodingRanjith/master
Update phising_attack.py
2022-12-03 22:17:02 +05:30
7f7e7664cb Merge pull request #310 from vgpastor/master
Add Docker
2022-12-03 22:10:36 +05:30
108bf23272 Add Docker 2022-12-02 22:16:16 +01:00
500fa3be75 Merge branch 'master' into patch-3 2022-11-30 21:26:10 +01:00
e59b7e1651 Update phising_attack.py 2022-10-24 14:13:01 -04:00
6bc9d34be8 Merge pull request #293 from TheDeveloperOps/master
Update phising_attack.py
2022-10-02 11:27:47 +05:30
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
21394cda9f Syntax Fix for older versions of python 2022-09-15 13:15:25 +03:00
f9d8732d89 Merge pull request #264 from joeyagreco/adding-ranger-reloaded
Added Port Scanner that Works with Python 3+
2022-06-30 12:10:02 +05:30
jg
ad65f91885 added Ranger Reloaded 2022-06-30 00:02:37 -05:00
24e83a470c Merge pull request #260 from Sanix-Darker/feat/clean-installsh
feat: format out put and group commands
2022-06-28 20:51:38 +05:30
c6796a9e2f feat: format out put and group commands
- set the trace (set -e)
- format output from tabs to sapces, since it's most verbose
- group installation in oneline preventing bash to run multiple command
2022-06-26 14:45:36 +02:00
f0e80c1339 Merge pull request #258 from cclauss/patch-1
Make mypy a mandatory test
2022-06-16 14:20:52 +05:30
fb4f05aad6 make mypy a mandatory test 2022-06-15 13:37:49 +02:00
16ccd5066d Fix mypy issue 2022-06-15 13:37:12 +02:00
920a43ee38 Update hackingtool.py 2022-06-15 13:32:11 +02:00
a62716c5a4 Fix two mypy issues 2022-06-15 13:26:49 +02:00
a8291d2bac Update generate_readme.py 2022-06-15 13:21:47 +02:00
a3d52afc84 Update lint_python.yml 2022-06-15 13:14:51 +02:00