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

233 Commits

Author SHA1 Message Date
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
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
efe2e99c27 requirement.txt, not requirements.txt
Normally the filename is plural, not singular.
2022-06-15 13:11:38 +02:00
a891b0e8c2 Fix typo discovered by codespell 2022-06-15 13:07:23 +02:00
7019aa90ca Add XSS detection tool - Cyclops
Name: Cyclops
Type:Discovery/XSS
Description: Cyclops is a web browser with XSS detection feature, it is chromium-based xss detection that used to find the flows from a source to a sink.
Github: https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking
2022-06-14 15:39:35 +08:00
a98fd09fbe Merge branch 'Z4nzu:master' into patch-3 2022-06-13 15:15:40 +02:00
3f8c110813 Update install.sh 2022-06-13 15:13:51 +02:00
5e2ce168e1 Merge pull request #256 from cclauss/patch-1
Do not use bare `except:`
2022-06-13 18:38:31 +05:30
cf6b20680b Update lint_python.yml 2022-06-13 13:09:24 +02:00
161825411e Update core.py 2022-06-13 13:02:58 +02:00
2283ee3d91 Update core.py 2022-06-13 12:59:39 +02:00
20d8dd7e1c Add more flake8 tests 2022-06-13 12:57:55 +02:00
6db6a615ed Do not use bare except:
Do not use bare `except:`, it also catches unexpected events like memory errors, interrupts, system exit, and so on.  Prefer `except Exception:`.  If you're sure what you're doing, be explicit and write `except BaseException:`.
2022-06-13 12:56:48 +02:00
79a3963c3c Merge pull request #254 from cclauss/patch-2
GitHub Action to lint Python code
2022-06-13 15:57:02 +05:30
49e58bae12 Merge pull request #253 from cclauss/patch-1
install.sh: sudo apt-get install python3-pip
2022-06-13 15:54:51 +05:30
603f851be3 Fix typos discovered by codespell 2022-06-12 23:09:23 +02:00
b4276e1b99 Update lint_python.yml 2022-06-12 23:06:37 +02:00
a3c152ed07 Update lint_python.yml 2022-06-12 23:05:32 +02:00
967aa13e14 Rename .github/ISSUE_TEMPLATE/workflows/lint_python.yml to .github/workflows/lint_python.yml 2022-06-12 23:04:42 +02:00
82bf66e17e GitHub Action to lint Python code 2022-06-12 23:01:25 +02:00
f98a1d446e install.sh: sudo apt-get install python3-pip 2022-06-12 22:06:57 +02:00
53a44c98de Merge pull request #176 from RiskVirusPro/master
Update ddos.py
2022-06-13 01:05:58 +05:30
0d80559940 Merge pull request #211 from M00NL16H7/patch-1
Update this template
2022-06-13 01:02:30 +05:30