A collection of Python pentest tools
Project description
pentest_tls
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
Deploy to PyPI
source venv/bin/activate
replace python3 setup.py sdist bdist_wheel
python3 -m build twine upload dist/*
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.1.tar.gz
(6.9 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.1.tar.gz.
File metadata
- Download URL: pentest_tls-0.1.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a9b9d71d581b2051e24e8067d1202e0351dd5ab4e15054bc77cefeee5f7438d
|
|
| MD5 |
17590ecd90a8d6844b1e9db473b70044
|
|
| BLAKE2b-256 |
0d7b8557fc3e5d1b31ef8dbaf88532b81fdfabf99901b2de58039413763f1aa5
|
File details
Details for the file pentest_tls-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pentest_tls-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.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 |
c95c5dd71077b4eb21b08d1d2e3d8388df0755f6219b6a62dd36395c6f4c6710
|
|
| MD5 |
99e4973b4c581977b0c3cf1ed01e6818
|
|
| BLAKE2b-256 |
aff8d14cd795bfcbe6340c46c3941e5c148c0d0e3fde44b5ffe1cd9f1adf7757
|