Skip to main content

ServPy is a Python library that allows you to bruteforce and find (ssh, ftp, windows) server in the internet by checking open ports

Project description

ServPy

ServPy is a Python library that allows you to bruteforce and find (ssh, ftp, windows) server in the internet by checking open ports

Installation

Use the package manager pip to install servpy.

pip install servpy

Usage

import threading
from servpy import Server


def main():
    rdp = Server()
    # print(f'Running.... {threading.current_thread()}')
    rdp.run(verbose=False)


def threads(thread: int):
    thread_list = []
    for _ in range(thread):
        t = threading.Thread(target=main)
        thread_list.append(t)
        t.start()

    for thread_ in thread_list:
        thread_.join()


if __name__ == '__main__':
    threads(100)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

servpy-1.0.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

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

servpy-1.0.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file servpy-1.0.0.tar.gz.

File metadata

  • Download URL: servpy-1.0.0.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for servpy-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f103b8899e896018c87ebd1779b4c0d29507975cc0904708e398dc2ef942fa25
MD5 468b6f2b7c7421d6cb7c4f6bce789c6d
BLAKE2b-256 28ed4f1c652eab73278588613e975663b93560e30c07ec4f2ba8c4462455c096

See more details on using hashes here.

File details

Details for the file servpy-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: servpy-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for servpy-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 beac5ed87cbbdc5219427a3815693dbcd4dc6a3b23907a9dd4e21b1fb767e363
MD5 7ff52df3cfbc70879763e811a3fb30c1
BLAKE2b-256 d9b8d4efe0d180a03f5ccdc393bbc17a3a6f346b2d1e0a42d1f9131f64db91d1

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