mwnickerson / fbiopenup

bash script to be run on victim machine to detect open tcp ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fbiopenup.sh

bash script to be run to detect open tcp ports fopr reverse shells

Necessary factors: must have the ability to add files to victim's directory with PUT http request

replace the victim's ip, ports you want to test and the attacker ip in the appropriate places

Its supposed to return "port $ is open" if its open and "port $ is closed" when it isnt however it is simply stating not found. I suspect this is from improper error handling and will be worked on in future versions

About

bash script to be run on victim machine to detect open tcp ports


Languages

Language:Shell 100.0%