akde/infosec

Information security is ultimately about managing risk


See a pack­et in its context

Kontextmenü, Follow auswählen

Show only ICMP pack­ets from a host

tcpdump host 10.11.1.128 and icmp -i tun0

Show oth­er sys­tems com­mu­ni­cat­ing out­side the own address

ip.addr == 10.11.1.0/24 && !(ip.addr == 192.168.119.0/24) && ! dns && !browser && !ssdp && !nbns && !llmnr

Record audio

Wire­shark can trans­form cap­tured audio streams. See tele­pho­ny in the task thing.

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")';