Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0x00pf/0x00sec_code

Code for my 0x00sec.org posts
https://github.com/0x00pf/0x00sec_code

crypter elf hacking proxy remoteshell vpn

Last synced: 3 months ago
JSON representation

Code for my 0x00sec.org posts

Awesome Lists containing this project

README

        

# Source Code for 0x00sec.org posts

This repository contains the source code for my posts at 0x00sec.org.

## Remote Shell
Post available at:

Part I : https://0x00sec.org/t/remote-shells-part-i/269/1

Part II. Crypt your link: https://0x00sec.org/t/remote-shells-part-ii-crypt-your-link/306

Source code at `remote_shell`

Part III. Shell Access your Phone : https://0x00sec.org/t/remote-shells-part-iii-shell-access-your-phone/508

Source code at `remote_shell`

Part IV. The Invisible Remote Shell : https://0x00sec.org/t/remote-shells-part-iv-the-invisible-remote-shell/743

Source code at `remote_shell`

## ELFun... having fun with ELF
Post available at:

https://0x00sec.org/t/elfun-file-injector/410

Source code at elfun

## How does those hacker's tools work?.

ProxyChains:

https://0x00sec.org/t/how-does-those-hackers-tools-work-proxychains/426

Source code at proxies

VPNs:

source code at vpn

# Crypters

Simple Linux Crypter : https://0x00sec.org/t/a-simple-linux-crypter/537

PolyCrypt. Experiments on Self-Modifying Programs : https://0x00sec.org/t/polycrypt-experiments-on-self-modifying-programs/857

Source code at crypter

IbI Crypter. Instruction By Instruction Crypter PoC: https://0x00sec.org/t/ibi-crypter-a-jit-crypter-poc/1373

source code at `ibi_crypter`
# CyberPranks

https://0x00sec.org/t/pranks-keep-calm-and-do-not-move-your-mouse/853

Source code at pranks

# Memory Injection

https://0x00sec.org/t/linux-infecting-running-processes/1097
Source code at `mem_inject`

# Minimal Dropper

Paper not published yet
Dource code at `min_dropper`
.