Skip to main content

A collection of Python pentest tools

Project description

pentest_tls

Develop multiple pentest tools by python

Installation

Create virtual environment (Recommended)

    1. Create a virtual environment named venv and the folder named venv
python3 -m venv venv
    1. Activate the venv
source venv/bin/activate
    1. install dependencies
pip3 install -r requirements.txt
    1. (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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pentest_tls-0.1.2-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

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

Hashes for pentest_tls-0.1.2.tar.gz
Algorithm Hash digest
SHA256 25b455f3da34f4ba2249d6ee1f881ab31ac87796762cde0ecf1e74e1e9f859da
MD5 5bfed554cfffa5e23cfc820188863ab9
BLAKE2b-256 f322e18d35c273f24ab21b6ba48f7c63148e2db26a78f37da53ded6be7424950

See more details on using hashes here.

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

Hashes for pentest_tls-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3d7696e46c9c6132f0169f7cc2313473d34cc120362ea53813c47532584267f6
MD5 776f68d2732a4786b313dcb6e0b5c296
BLAKE2b-256 23167ed694b5b802a236650fcb9be444312bee305625b5cfbf3de587e5dbaa29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page