akde/infosec

Information security is ultimately about managing risk


See also the Wire­shark post

PSnuffle

Metas­ploit mod­ule; analyse the live traf­fic for cre­den­tials of var­i­ous protocols.

msf > use auxiliary/sniffer/psnuffle

PCredz

PCredz uses a PCAP file and extracts hash­es and oth­er credentials.

pcredz -f dump.pcap

Zeek

GitHub — zeek/zeek: Zeek is a pow­er­ful net­work analy­sis frame­work that is much dif­fer­ent from the typ­i­cal IDS you may know.

Zed

Arkime

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';