Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0x00pf/0x00sec_code
- Owner: 0x00pf
- License: gpl-3.0
- Created: 2016-10-20T18:43:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T10:44:33.000Z (over 4 years ago)
- Last Synced: 2024-07-30T21:00:43.429Z (6 months ago)
- Topics: crypter, elf, hacking, proxy, remoteshell, vpn
- Language: C
- Homepage: https://0x00sec.org/u/0x00pf/activity/topics
- Size: 68.4 KB
- Stars: 310
- Watchers: 12
- Forks: 93
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
# CyberPrankshttps://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`
.