Categorygithub.com/ssst0n3/go-shijack
repositorypackage
0.1.0
Repository: https://github.com/ssst0n3/go-shijack.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

go-shijack

tcp connection hijacker, go rewrite of shijack from 2001.

usage

root@ecs-c5a4:~# ./go-shijack -t eth0 -i 169.254.169.254 -p 80 -f flag &
[1] 362712
root@ecs-c5a4:~# curl http://169.254.169.254
flag{test}

bpf

method 1

Use predefined pattern, just provide host and port to go-shijack

TODO: method 2

Compile filter manually

tcpdump ip -d -s 65536 host 169.254.169.254

related project