dirsearch icon indicating copy to clipboard operation
dirsearch copied to clipboard

怎么才能扫描非443端口的https网站?How can I scan non-port 443 https websites?

Open crazyMarky opened this issue 2 years ago • 6 comments

What is the question?

What do you like to ask about? 我的目标网站是https协议,但是端口不是443,例如8443,请问如何扫描?目前使用0.4.2都无法扫描。 My target website is https protocol, but the port is not 443, how to scan? Currently using 0.4.2 can not scan.

crazyMarky avatar Jan 31 '23 06:01 crazyMarky

U us in nmap command and confirm tha port

Prady18 avatar Jan 31 '23 06:01 Prady18

U us in nmap command and confirm tha port

Thanks for your response. I can confirm that the port of the target is 8443, and it can be accessed normally in the browser. The command I used is dirsearch -u https://xxxx.com:8443, but it does not work properly.

crazyMarky avatar Jan 31 '23 06:01 crazyMarky

Y use nmap -p (protocol name) (target ip)

Prady18 avatar Jan 31 '23 06:01 Prady18

And if any one is not working properly then use it ok (.nmap -sV (T.I) -p 443 (only 443)

Prady18 avatar Jan 31 '23 06:01 Prady18

@crazyMarky Please update to dirsearch v0.4.3

shelld3v avatar Feb 02 '23 17:02 shelld3v

@Prady18 @crazyMarky You can use tools like Nmap or OpenVAS to scan target website that uses the HTTPS protocol on a port other than 443. You will need to specify the target URL and port number in the command line or configuration settings. It's important to note that security measures, such as firewalls, can prevent successful scanning and that unauthorized scanning can be illegal, so be sure to obtain permission before attempting to scan a website. @Prady18 @crazyMarky You can scan a website using a different port by specifying the port number when performing the scan. For example, if you are using a tool like Nmap, you can run a command like nmap <target_IP> -p 8443 to scan a website using HTTPS protocol on port 8443.

Prady18 avatar Feb 07 '23 05:02 Prady18