akde/infosec

Information security is ultimately about managing risk


This is an overview blog post.

MitM

Var­i­ous

Oth­er tools and notes:

  • Use http_hijack.py in the P151 script direc­to­ry) to quick­ly set up a MitM.
  • Check if you can See OSPF pack­ets. Inspect then in Wire­shark for the Auth Type field. If this is unde­fined, you could inject new short­est paths to the net­work, e.g. be the short­est path for a sys­tem which you could hijack for all local sys­tems. (S660/1/1.6)

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