Skip to content

PortForce - A custom port Brute Forcing Tool for CTF's & Pentests

License

Notifications You must be signed in to change notification settings

jhalon/PortForce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

PortForce - A custom port Brute Forcing Tool for CTF's & Pentests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages