-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fetch_Port_Scanner
jcrew99 edited this page Apr 16, 2020
·
5 revisions
-
Description: Uses fetch to test the response in order to determine if a port is open or not."
-
Authors: Crimes by will, jcrew99
-
Browsers: Firefox, Chrome
-
Parameters :
- ipHost : IP or hostname of the target to be scanned (only one per command)
- ports : list of ports to be scanned
There are two defined types of ports that are in an array which can be used for common ports. They are these, which you can use type in for ports which contain a common list to be scanned:
- default
- top
There is a list of blocked ports which will not be scanned which are ones that will not return
The scan has a timeout timer of 5 seconds for a response, based on testing this was what got the most common response times. It does a lot of checks in the command module for the type of browser and response times, see below in the code for what the times are. They can be found here:
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK