mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
Merge branch 'master' into development
This commit is contained in:
commit
1e64996614
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- run: isort --check-only --profile black . || true
|
||||
- run: pip install -r requirement.txt || pip install -r requirements.txt || pip install --editable . || pip install . || true
|
||||
- run: mkdir --parents --verbose .mypy_cache
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive .
|
||||
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
|
||||
- run: pytest . || true
|
||||
- run: pytest --doctest-modules . || true
|
||||
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
|
||||
|
@ -63,7 +63,7 @@
|
||||
- Host to IP
|
||||
- [Xerosploit](https://github.com/LionSec/xerosploit)
|
||||
- [RED HAWK (All In One Scanning)](https://github.com/Tuhinshubhra/RED_HAWK)
|
||||
- [ReconSpider(For All Scaning)](https://github.com/bhavsec/reconspider)
|
||||
- [ReconSpider(For All Scanning)](https://github.com/bhavsec/reconspider)
|
||||
- IsItDown (Check Website Down/Up)
|
||||
- [Infoga - Email OSINT](https://github.com/m4ll0k/Infoga)
|
||||
- [ReconDog](https://github.com/s0md3v/ReconDog)
|
||||
@ -121,7 +121,7 @@
|
||||
- Autopsy
|
||||
- Wireshark
|
||||
- [Bulk extractor](https://github.com/simsong/bulk_extractor)
|
||||
- [Disk Clone and ISO Image Aquire](https://guymager.sourceforge.io/)
|
||||
- [Disk Clone and ISO Image Acquire](https://guymager.sourceforge.io/)
|
||||
- [Toolsley](https://www.toolsley.com/)
|
||||
### Payload creation tools
|
||||
- [The FatRat](https://github.com/Screetsec/TheFatRat)
|
||||
@ -159,6 +159,7 @@
|
||||
- [XanXSS](https://github.com/Ekultek/XanXSS)
|
||||
- [Advanced XSS Detection Suite](https://github.com/UltimateHackers/XSStrike)
|
||||
- [RVuln](https://github.com/iinc0gnit0/RVuln)
|
||||
- [Cyclops](https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking)
|
||||
### Steganograhy tools
|
||||
- SteganoHide
|
||||
- StegnoCracker
|
||||
|
1
core.py
1
core.py
@ -4,7 +4,6 @@ import sys
|
||||
import webbrowser
|
||||
from platform import system
|
||||
from traceback import print_exc
|
||||
from typing import Any
|
||||
from typing import Callable
|
||||
from typing import List
|
||||
from typing import Tuple
|
||||
|
@ -15,7 +15,7 @@ class Cupp(HackingTool):
|
||||
class WlCreator(HackingTool):
|
||||
TITLE = "WordlistCreator"
|
||||
DESCRIPTION = "WlCreator is a C program that can create all possibilities" \
|
||||
" of passwords,\n and you can choose Lenght, Lowercase, " \
|
||||
" of passwords,\n and you can choose Length, Lowercase, " \
|
||||
"Capital, Numbers and Special Chars"
|
||||
INSTALL_COMMANDS = ["sudo git clone https://github.com/Z4nzu/wlcreator.git"]
|
||||
RUN_COMMANDS = [
|
||||
|
Loading…
Reference in New Issue
Block a user