HackTools in Python
Tool List
- Dos
- SynFlood
- BindShell
- ReverseShell
- Spoofing
- Python 3.11.0
pip install scapy pyyaml keyboard pyinstallerusage: 使い方
説明
positional arguments:
{synflood,bs-connect,rs-connect,spoof-mail}
synflood see `synflood -h`
bs-connect see `bs-connect -h`
rs-connect see `rs-connect -h`
spoof-mail see `spoof-mail -h`
options:
-h, --help show this help message and exitgit clone https://github.com/kk0128jp/PyHack.git
cd ./PyHack
cp example_setting.yaml setting.yaml
vi setting.yamlwaiting update
waiting update
- Edit rs_target.py SERVER_HOST and SERVER_PORT
- Convert python file to exe file
vi rs_target.py
pyinstaller pythonfile --onefile --noconsolewaiting update
waiting update
- kk0128jp