OFFPORT_KILLER tool aims at automating the identification of potential service running behind ports identified manually or on services running locally only.
The tool is useful:
Several databases are used such as the one from NMAP, IANA and linux machines.
The tool can be used by pentesters, system admins, CTF players, students, System Auditors and trolls :).
Usage
./OFFPORT_KILLER.sh -i inputfile.txt -r report.txt -e /tmp/
Arguments
Steps
Note: Create an entry for each port, several IP can be input in the file.
inputfile.txt
192.168.1.12:1830
192.168.1.12:7738
192.168.1.14:22
192.168.1.14:7738
192.168.1.15:3465
Read Output
To read output while keeping the aspect (color), especially when cat is not adequate and the output is too long.
Disclaimer
This script is for Educational purpose ONLY. Do not use it without permission. The usual disclaimer applies, especially the fact that me (TH3xACE) is not liable for any damages caused by direct or indirect use of the information or functionality provided by these programs. The author or any Internet provider bears NO responsibility for content or misuse of these programs or any derivatives thereof. By using these programs you accept the fact that any damage (dataloss, system crash, system compromise, etc.) caused by the use of the script is not my responsibility.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…