Metasploit

0
22

Metasploit içinde exploit ve payload bulunan saldırı veya açıkların analizi için en çok kullanılan frameworklendir.

Kurulumu

curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
chmod 755 msfinstall && \
./msfinstall

Kullanım

service postgresql start
msfconsole
search  "Aranan exploit ,payload"
show
use "exploit adı"
set "değişkenlere değer atamak için"
exploit 

Metasploit indir

CEVAP VER

Lütfen yorumunuzu giriniz!
Lütfen isminizi buraya giriniz