Module 11: Session Hijacking
Ethical hackers or penetration testers use numerous tools and techniques to perform session hijacking on the target systems. Recommended labs that will assist you in learning various session hijacking techniques include:
Perform session hijacking
Hijack a session using Caido
Intercept HTTP traffic using Hetty
Detect session hijacking
Detect session hijacking using Wireshark
Lab 1: Perform Session Hijacking
Task 1: Hijack a Session using Caido
Using the Caido built the proxy like burpsuite to intercept and modify requests
Task 2: Intercept HTTP Traffic using Hetty
Run Hetty and visit the dashboard from the obtained termainl link and setup proxy on victim device
Lab 2: Detect Session Hijacking
Task 1: Detect Session Hijacking using Wireshark
## Using Ettercap :
bettercap -iface eth0
net.probe on
net.recon on
net.sniff on
## Using wireshak to detect network packets
Last updated