https://github.com/darklotuskdb/goscf
Session Cookie Finder
https://github.com/darklotuskdb/goscf
bugbounty go golang hacking-tool infosec kalilinux tool
Last synced: 5 months ago
JSON representation
Session Cookie Finder
- Host: GitHub
- URL: https://github.com/darklotuskdb/goscf
- Owner: darklotuskdb
- License: gpl-3.0
- Created: 2021-09-28T17:46:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T06:55:42.000Z (over 4 years ago)
- Last Synced: 2024-06-21T04:36:33.038Z (almost 2 years ago)
- Topics: bugbounty, go, golang, hacking-tool, infosec, kalilinux, tool
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goSCF
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.
## Description
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 ðŸ¤
## Install
```
apt-get install golang
```
```
go get -u github.com/darklotuskdb/goSCF
```
## Screenshot

## Usage
```
./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
```
## Is It Helpful To You?
[BuyMeACoffee](https://www.buymeacoffee.com/darklotus)
## About Me
* **DarkLotus** - *Cyber Security Researcher* - [DarkLotusKDB](https://darklotuskdb.github.io/KDBhati/)
### Social Media Handles
* [Twitter](https://twitter.com/darklotuskdb)
* [Medium](https://darklotus.medium.com/)
* [Linkedin](https://www.linkedin.com/in/kamaldeepbhati/)
* [Instagram](https://www.instagram.com/kamaldeepbhati/)