Session Cookie Finder - It helps you to find the main session cookie/s (upto 4) from the bunch of cookies, which is responsible for the user authentication.
Just a simple tool for Lazy Hackers 😴 If you are tired of removing cookies one by one to find the main session cookie then this tool is for you 🤠
apt-get install golang
go get -u github.com/darklotuskdb/goSCF
./goSCF -u 'https://target.com/myprofile' -c 'JSESSIONID=C0E10C52075E1E5; AltoroAccounts=ODuZ34jxNzIuNDR8' -i 'Hello Admin User'
-c string
Provide Cookies from Burp Suite
-i string
Identifier like username, email, Response Header, etc
-m int
0 : For All
1 : Single Cookie Check (Default)
2 : Double Cookie Check
3 : Triple Cookie Check
4 : Quadruple Cookie Check (default 1)
-u string
Authenticated Web Page URL
- DarkLotus - Cyber Security Researcher - DarkLotusKDB