Christian Clauss
03db8507d3
Update lint_python.yml
2022-12-03 23:30:32 +01:00
Christian Clauss
4171ec46ea
Delete __init__.py
2022-12-03 23:29:36 +01:00
Christian Clauss
151e115321
Update __init__.py
2022-12-03 23:27:56 +01:00
Christian Clauss
ad376b5261
Create __init__.py
2022-12-03 23:26:41 +01:00
Christian Clauss
14ef376b57
Update core.py
2022-12-03 19:08:24 +01:00
Hardik Zinzuvadiya
8af26be04f
Merge pull request #290 from furknozg/SyntaxFix
...
Syntax Fix for older versions of python
2022-12-03 22:17:23 +05:30
Hardik Zinzuvadiya
0a93f706f0
Merge pull request #299 from CodingRanjith/master
...
Update phising_attack.py
2022-12-03 22:17:02 +05:30
Hardik Zinzuvadiya
7f7e7664cb
Merge pull request #310 from vgpastor/master
...
Add Docker
2022-12-03 22:10:36 +05:30
Víctor García
108bf23272
Add Docker
2022-12-02 22:16:16 +01:00
Christian Clauss
500fa3be75
Merge branch 'master' into patch-3
2022-11-30 21:26:10 +01:00
C.RANJITH KUMAR
e59b7e1651
Update phising_attack.py
2022-10-24 14:13:01 -04:00
Hardik Zinzuvadiya
6bc9d34be8
Merge pull request #293 from TheDeveloperOps/master
...
Update phising_attack.py
2022-10-02 11:27:47 +05:30
BALA MURUGAN GANESAN
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
furknozg
21394cda9f
Syntax Fix for older versions of python
2022-09-15 13:15:25 +03:00
Hardik Zinzuvadiya
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
Hardik Zinzuvadiya
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
sanix-darker
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
Hardik Zinzuvadiya
f0e80c1339
Merge pull request #258 from cclauss/patch-1
...
Make mypy a mandatory test
2022-06-16 14:20:52 +05:30
Christian Clauss
fb4f05aad6
make mypy a mandatory test
2022-06-15 13:37:49 +02:00
Christian Clauss
16ccd5066d
Fix mypy issue
2022-06-15 13:37:12 +02:00
Christian Clauss
920a43ee38
Update hackingtool.py
2022-06-15 13:32:11 +02:00
Christian Clauss
a62716c5a4
Fix two mypy issues
2022-06-15 13:26:49 +02:00
Christian Clauss
a8291d2bac
Update generate_readme.py
2022-06-15 13:21:47 +02:00
Christian Clauss
a3d52afc84
Update lint_python.yml
2022-06-15 13:14:51 +02:00
Christian Clauss
efe2e99c27
requirement.txt, not requirements.txt
...
Normally the filename is plural, not singular.
2022-06-15 13:11:38 +02:00
Christian Clauss
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
Christian Clauss
a98fd09fbe
Merge branch 'Z4nzu:master' into patch-3
2022-06-13 15:15:40 +02:00
Christian Clauss
3f8c110813
Update install.sh
2022-06-13 15:13:51 +02:00
Hardik Zinzuvadiya
5e2ce168e1
Merge pull request #256 from cclauss/patch-1
...
Do not use bare `except:`
2022-06-13 18:38:31 +05:30
Christian Clauss
cf6b20680b
Update lint_python.yml
2022-06-13 13:09:24 +02:00
Christian Clauss
161825411e
Update core.py
2022-06-13 13:02:58 +02:00
Christian Clauss
2283ee3d91
Update core.py
2022-06-13 12:59:39 +02:00
Christian Clauss
20d8dd7e1c
Add more flake8 tests
2022-06-13 12:57:55 +02:00
Christian Clauss
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
Hardik Zinzuvadiya
79a3963c3c
Merge pull request #254 from cclauss/patch-2
...
GitHub Action to lint Python code
2022-06-13 15:57:02 +05:30
Hardik Zinzuvadiya
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
Christian Clauss
603f851be3
Fix typos discovered by codespell
2022-06-12 23:09:23 +02:00
Christian Clauss
b4276e1b99
Update lint_python.yml
2022-06-12 23:06:37 +02:00
Christian Clauss
a3c152ed07
Update lint_python.yml
2022-06-12 23:05:32 +02:00
Christian Clauss
967aa13e14
Rename .github/ISSUE_TEMPLATE/workflows/lint_python.yml to .github/workflows/lint_python.yml
2022-06-12 23:04:42 +02:00
Christian Clauss
82bf66e17e
GitHub Action to lint Python code
2022-06-12 23:01:25 +02:00
Christian Clauss
f98a1d446e
install.sh: sudo apt-get install python3-pip
2022-06-12 22:06:57 +02:00
Hardik Zinzuvadiya
53a44c98de
Merge pull request #176 from RiskVirusPro/master
...
Update ddos.py
2022-06-13 01:05:58 +05:30
Hardik Zinzuvadiya
0d80559940
Merge pull request #211 from M00NL16H7/patch-1
...
Update this template
2022-06-13 01:02:30 +05:30
Hardik Zinzuvadiya
8363fe87df
Merge pull request #236 from sudokit/patch-1
...
Added arch linux support bc feature request #231
2022-06-13 00:57:30 +05:30
Hardik Zinzuvadiya
61f54ab25d
Merge pull request #243 from AxDSan/patch-1
...
Update README.MD / Fixes SpyCam link redirecting to 404 (Fixes #235 )
2022-06-13 00:56:34 +05:30
Hardik Zinzuvadiya
9a861eb30f
Merge pull request #245 from hmody3000/master
...
Update ddos.py
2022-06-13 00:56:02 +05:30
hmody3000
56c2917e53
Update ddos.py
2022-05-17 08:19:59 +03:00