huuck / ADBHoney

Low interaction honeypot designed for Android Debug Bridge over TCP/IP
GNU General Public License v3.0
158 stars 33 forks source link

Made socket communication compatible with Windows #18

Closed bontchev closed 5 years ago

bontchev commented 5 years ago

Fixed the problem that TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT are not attributes of the socket object in Windows. Verified that the script now works on Windows. It should now work on OS X too (the original shouldn't) but I don't have access to a Mac to test this.