An open API service indexing awesome lists of open source software.

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.

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
```