Module 11: Session Hijacking
Lab 1: Perform Session Hijacking
Task 1: Hijack a Session using Caido
Using the Caido built the proxy like burpsuite to intercept and modify requestsTask 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 packetsLast updated