Why wont my scanner dump the banner when running my python script in Kali Linux, but it will work just fine on Ubuntu?

前端 未结 0 419
一生所求
一生所求 2021-01-12 07:12
#/usr/bin/python3
import socket
import sys
import os

s = socket.socket() #creates the socket
port = 80
s.connect(("IP GOES HERE", port)) #connects to webs         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题