linux-shellcode
There are 10 repositories under linux-shellcode topic.
v-a-c-u-u-m/mem_inject
Linux shellcode code memory injection library .so .dll injection without ptrace example PoC
MalDev101/WoundedGryphon
Bash script to show how viruses spread and to demonstrate how ransomware works.
krishpranav/rootkit
A malicious root kit made using c
nevernever69/linux-shellcoding-in-2022
Linux shellcodes
HackfutSec/RshellCoders
Payload Generator & Encoder is a Python tool that generates a custom payload to establish a network connection via a socket (using a specified IP and port) and encodes it in various formats (Base64, Hex, ROT13, URL, UTF-16, Zlib)
rajeevranjancom/CEH_Training
Certified Ethical Hacker (CEH) is a qualification obtained by demonstrating knowledge of assessing the security of computer systems by looking for weaknesses and vulnerabilities in target systems, using the same knowledge and tools as a malicious hacker, but in a lawful and legitimate manner to assess the security posture of a target system.
yousefkotp/Linux-Shell
An implementation of a Linux shell using the Linux system calls fork(), execvp(), wait(), and exit(). The input is tokenized using the flex tool and parsed using the yacc parser.
Ajsalemo/script_utils
Bash scripts to speed up repetitive tasks.
vatsalgupta67/Shellcodes
A repository of custom shellcodes.
FahimFBA/hackerrank-linux-shell
Source codes of mine from HackerRank Linux Shell Practice