https://github.com/kai-xl/cookie_bfexecutor-fetcher
used for when a website is restricting your access due to you not having a certain cookie. Or your wanting to scan for present cookies on the website.
https://github.com/kai-xl/cookie_bfexecutor-fetcher
brute-force cookies http https linux python3 web
Last synced: about 2 months ago
JSON representation
used for when a website is restricting your access due to you not having a certain cookie. Or your wanting to scan for present cookies on the website.
- Host: GitHub
- URL: https://github.com/kai-xl/cookie_bfexecutor-fetcher
- Owner: kai-xl
- Created: 2024-11-07T16:32:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T17:15:08.000Z (over 1 year ago)
- Last Synced: 2025-10-06T09:13:01.542Z (8 months ago)
- Topics: brute-force, cookies, http, https, linux, python3, web
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookie_BFExecutor/Fetcher
### Usage
Used to fetch cookies from a provided website, and/or using a pre-defined wordlist and error message to repetitively request the website until a *"success screen"* is present
**(basicaly use this if a website is restricting your access due to you not having a certain cookie, or your wanting to scan for present cookies on the website.)**
*Includes CLI based GUI for efficiency
### How to Use
1. Install python if its not on your system:
```bash
sudo apt update -y
```
```bash
sudo apt install python3 -y
```
2. Run the .py file:
```bash
python3 main.py
```