8000 GitHub - WarezWhisperers/DEInied: Department of Education form spam submission for learning purposes on bypassing reCaptcha
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WarezWhisperers/DEInied

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated form submission for: http://enddei.ed.gov/

Setup

You will need to get chromedriver from here for your version of chrome: https://googlechromelabs.github.io/chrome-for-testing/

Download the chromedriver for your version and put it in PATH, i.e.: /usr/bin/chromedriver on OSX/Linux. Tested on python@3.10. Python@3.12 will require additional setup.

pyenv shell 3.10
git clone https://github.com/WarezWhisperers/DEInied.git
cd DEInied
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 DEInied.py --help

If you get certificate errors, you might need to add your Selenium Wire CA cert to the trust store.

Linux:

python -m seleniumwire extractcert
sudo cp ./ca.crt /usr/local/share/ca-certificates/seleniumwire-ca.crt
sudo update-ca-certificates

OSX:

python -m seleniumwire extractcert
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ./ca.crt

Usage

This will upload the file you specify, and you can use a residential rotating proxy service to increase success chances.

usage: DEInied.py [-h] --file-attachment FILE_ATTACHMENT [--proxy PROXY]

options:
  -h, --help            show this help message and exit
  --file-attachment FILE_ATTACHMENT
                        Path to the file to upload
  --proxy PROXY         Proxy URL (e.g., socks5://user:pass@proxy:port)

Example: python DEInied.py --file-attachment ~/Desktop/cat.png

About

Department of Education form spam submission for learning purposes on bypassing reCaptcha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0