(Rot-n + Shift-n + Xor-n) Shellcode Encoder - Linux x86
Introduction According to English dictionary, encode is converting something, such as a body of information from one system of communications to another; esp...
Introduction According to English dictionary, encode is converting something, such as a body of information from one system of communications to another; esp...
Introduction What is egg hunter? and why on earth would you need it? This post will answer those questions and discuss access() syscall briefly, which is a v...
Introduction Reverse TCP shell consist of three elements, one for setting up socket that includes socket(), connect() functions. The second is dup2() for fil...
Introduction Bind TCP shell consist of three main components, one for setting up socket that includes socket(), bind(), listen(), and accept() functions. The...
Introduction This post is walk-through of rooting C0m80. The challenge is considered hard or at least it was for me. Shout out to @3mrgnc3 for putting it tog...