A collection of Python pentest tools
Project description
pentest_tools
Develop multiple pentest tools by python
Installation
Create virtual environment (Recommended)
-
- Create a virtual environment named
venvand the folder namedvenv
- Create a virtual environment named
python3 -m venv venv
-
- Activate the venv
source venv/bin/activate
-
- install dependencies
pip3 install -r requirements.txt
-
- (Optional) After developing, deactivate/check the environment
deactivate
which python
How to use
- Simple usage
python3 port_scanner.py 127.0.0.1
python3 port_scanner.py 127.0.0.1 -p 80,443
python3 port_scanner.py 127.0.0.1 -p 8000-8080
python3 port_scanner.py 127.0.0.1 -p 80,443,8000-8080
- Check the help page to see more detailed description
python3 port_scanner.py --help
python3 port_scanner.py -h
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pentest_tls-0.1.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pentest_tls-0.1.0.tar.gz.
File metadata
- Download URL: pentest_tls-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7be834d10acf8c103a0870b35d17f31668f0628265351be7760074dde92f9840
|
|
| MD5 |
9f8fe9bcd478cc299753dc9fda4b9c8f
|
|
| BLAKE2b-256 |
a266f4d0e69abad5e3e6b80893b3525edda05587819167c953652e361057b108
|
File details
Details for the file pentest_tls-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pentest_tls-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6edc1dbfbf467b72b974c62fd4d64290dae4d1db80d51277ba995586d2d569ea
|
|
| MD5 |
eafc7c67bc4a1318f6618c45ba108380
|
|
| BLAKE2b-256 |
8fc47235dc4b59effc78d1468e8407530066a997d6117c5d06bb987488324c09
|