Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

build_assembly.sh bash script that automatically builds assembly code from .s files into a binary file

assemble_shellcode.py python script that automatically assemblres shellcode into a binary file.

assembly_to_shellcode.py python script which extracts the shellcode equivalent of a given .s file

info proc all view all info os kernel has on the current procedure including size of the stack

x/2000xb $esp+1400 view the stack

/usr/share/metasploit-framework/tools/exploit/pattern_create.rb -l 1200 > pattern.txt

run $(python -c "print 'Aa0Aa1Aa2Aa3Aa4Aa5......Bn6Bn7Bn8Bn9'")

/usr/share/metasploit-framework/tools/exploit/pattern_offset.rb -q 0x69423569

About

A repo of scripts and such that i find useful in my Reverse Engineering journey. This is not for the puorpose of showing any sort of accumen or proof of skill, but merely an archive of tools that i wish to use.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages