Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.42 KB

PortForce

A Custom Port Brute Force Tool created for use in CTF's and Pentests.

Yes, there are a lot of tools out there that do Brute Force for Telnet, SSH, FTP, etc.

This tool was created to aid in brute forcing custom ports/daemons that don't typically run on SSH, FTP, etc.

Install:

You can install PortForce by cloning this Git Repository

$ git clone https://github.com/jhalon/PortForce.git

Usage:

Usage: ./port_force -t 192.168.0.1 -p 1234 -u users.txt -P pass.txt

-h --help            - display usage information
-t --target          - set IP address of Target
-p --port            - set Port for Target
-u --user            - set a list of usernames to brute force
-P --pass            - set a list of passwords to brute force

Requirements:

Since this was created using Python v2.7.13 it will not be compatible with Python v3.x.

Bugs?

  • Please Submit a new Issue
  • Submit a Pull Request
  • Contact me

License:

PortForce is under the terms of the MIT License, follow clarification in the License File.