Explore >> Select a destination


You are here

wsummerhill.github.io
| | 0xboku.com
1.7 parsecs away

Travel
| | [AI summary] The provided text is a detailed explanation of creating a bindshell payload using x86_64 assembly for Linux, including the implementation of a password-protected shell. It also includes code snippets, system call references, and instructions for using Python to generate string values for assembly. The text is part of a SLAE64 course submission, and it covers topics such as socket programming, process execution, and input/output operations in assembly. The author has also included some additional content about PHP file upload filters and website information.
| | cocomelonc.github.io
1.5 parsecs away

Travel
| |
| | vcansimplify.wordpress.com
4.5 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...
| | 3.70.187.24
21.6 parsecs away

Travel
| [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner parsing, and seeks feedback on the code.