/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

securehoney.net
| | nagekar.com
1.5 parsecs away

Travel
| | [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner interpretation, and seeks feedback on the code.
| | vcansimplify.wordpress.com
1.8 parsecs away

Travel
| | Following my previous post here , I'll get to the programming part.But before that a few concepts that are important. Client Server Model Anytime two devices want to connect through a TCP/IP socket , one of them has to be a client and the other has to be a server. As an example your computer...
| | gist.github.com
2.2 parsecs away

Travel
| | Simple rebinding nameserver. GitHub Gist: instantly share code, notes, and snippets.
| | blog.preyneyv.dev
16.6 parsecs away

Travel
| It feels like every single web service wants to use OAuth to get user data, and for good reason too. The alternatives include requiring users to create access tokens manually (yikes) and asking users to input their usernames/passwords to impersonate them (giga yikes). At least with OAuth, users get to see a pretty screen with a big "Approve" button.