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.2.tar.gz
(7.5 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.2.tar.gz.
File metadata
- Download URL: pentest_tls-0.1.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25b455f3da34f4ba2249d6ee1f881ab31ac87796762cde0ecf1e74e1e9f859da
|
|
| MD5 |
5bfed554cfffa5e23cfc820188863ab9
|
|
| BLAKE2b-256 |
f322e18d35c273f24ab21b6ba48f7c63148e2db26a78f37da53ded6be7424950
|
File details
Details for the file pentest_tls-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pentest_tls-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
3d7696e46c9c6132f0169f7cc2313473d34cc120362ea53813c47532584267f6
|
|
| MD5 |
776f68d2732a4786b313dcb6e0b5c296
|
|
| BLAKE2b-256 |
23167ed694b5b802a236650fcb9be444312bee305625b5cfbf3de587e5dbaa29
|