python socket GET

前端 未结 6 1412
醉酒成梦
醉酒成梦 2020-12-09 20:20

From the other posts on stack overflow this should be working

import socket

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)                 

s.connec         


        
6条回答
  •  自闭症患者
    2020-12-09 20:48

    @james: you did a SlowLoris attack there without aware of it. I can't explain better than here, https://www.youtube.com/watch?v=XiFkyR35v2Y I assumed that you found the solution from all the above answers but I just answered to bring this to your knowledge. :)

提交回复
热议问题