Skip to content

brerickner/hodor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bre

HODOR

quality-score scrutinizer code intelligence

How To UseLevelsResources ProvidedFeaturesLicense

gif

HOLD THE DOOR ...while Bre hacks some online voting contests!!!

This project is meant for educational purposes only

Many online contests make gathering votes a part of their process for choosing winners. The problem is that a lot of them are designed with flaws…

How To Use

To run these script you will need Python3 and pip installed. It's also imperative you have the requests module installed. Requests is a third party module, to install it globally, please use the command:

Linux/Mac

$ pip install requests

Windows

$ python -m pip install requests

Voting for a different ID:

  • Done by modify the value associated with the key 'id' when constructing the voteBre dict.

Altering the number of times you vote:

  • Done by adjusting the parameter of range() during the initialization of the for loop

Running the Python Script:

# Clone this repository
$ git clone https://github.com/brerickner/hodor.git  

# Go into the repository of desired level
$ cd hodor/level_0  

# Run the script
$ ./level_0.py  

# Stop/Cancel the script
(Ctrl + C)

Levels 0️⃣1️⃣2️⃣🏆

Level 0 ✅

Write a script or a program that votes for Bre's Holnerton ID 1024 times!

Demo:

gif

Repo:

 

Level 1 ✅

Write a script or a program that votes for Bre's Holberton ID 4096 times!

  • Webpage uses cookies
  • You can use the language of your choice
  • CONTEST PAGE 🏁

Demo:

gif

Repo:

 

Level 2 ✅

Write a script or a program that votes for Bre's Holberton ID 1024 times!

  • Contest only allows votes from Windows users
  • You can use the language of your choice
  • CONTEST PAGE 🏁

Demo:

gif

Repo:

Resources Provided 📑

Read or watch:

Features 🚀

  • HTTP POST Automation
  • Success Message
  • Hack online voting contest
  • Hack online voting contest with cookies
  • Hack online voting contest as a Window's User
  • Hack online voting contest with captcha

License:scroll:

Open Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages