All Projects → dado3212 → PollDaddyHack

dado3212 / PollDaddyHack

Licence: other
Exploit PollDaddy polls

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PollDaddyHack

Gh Polls
These polls work by pasting individual markdown SVG images into your issue, each wrapped with a link that tracks a vote. A single vote per IP is allowed for a given poll, which are stored in DynamoDB.
Stars: ✭ 1,726 (+5130.3%)
Mutual labels:  vote, poll
easypoll-v3
EasyPoll Discord Bot | With EasyPoll, a Discord Poll Bot, you can easily create polls and your members can vote by clicking on a reaction very easily and quickly.
Stars: ✭ 35 (+6.06%)
Mutual labels:  vote, poll
rsGen
rsGen is a Reverse Shell Payload Generator for hacking.
Stars: ✭ 71 (+115.15%)
Mutual labels:  exploit
WoWSimpleRegistration
Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
Stars: ✭ 121 (+266.67%)
Mutual labels:  vote
break-fast-serial
A proof of concept that demonstrates asynchronous scanning for Java deserialization bugs
Stars: ✭ 53 (+60.61%)
Mutual labels:  exploit
getroot
🛠️ Tool to bypass my school's security system to get sudo privileges on MacOS
Stars: ✭ 34 (+3.03%)
Mutual labels:  exploit
minecraft-log4j-honeypot
Minecraft Honeypot for Log4j exploit. CVE-2021-44228 Log4Shell LogJam
Stars: ✭ 89 (+169.7%)
Mutual labels:  exploit
PollMaubot
A polling plugin for Riot (using maubot)
Stars: ✭ 18 (-45.45%)
Mutual labels:  poll
dirtycow
radare2 IO plugin for Linux and Android. Modifies files owned by other users via dirtycow Copy-On-Write cache vulnerability
Stars: ✭ 93 (+181.82%)
Mutual labels:  exploit
ballotnav
A repository for HackforLA's BallotNav project
Stars: ✭ 21 (-36.36%)
Mutual labels:  vote
readhook
Red-team tool to hook libc read syscall with a buffer overflow vulnerability.
Stars: ✭ 31 (-6.06%)
Mutual labels:  exploit
SAP vulnerabilities
DoS PoC's for SAP products
Stars: ✭ 47 (+42.42%)
Mutual labels:  exploit
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: ✭ 1,934 (+5760.61%)
Mutual labels:  exploit
CVE-2021-22205
GitLab CE/EE Preauth RCE using ExifTool
Stars: ✭ 165 (+400%)
Mutual labels:  exploit
CVE-2018-2380
PoC of Remote Command Execution via Log injection on SAP NetWeaver AS JAVA CRM
Stars: ✭ 55 (+66.67%)
Mutual labels:  exploit
docker-metasploit
Metasploit framework with steroids
Stars: ✭ 49 (+48.48%)
Mutual labels:  exploit
Brahma
Brahma - Privilege elevation exploit for Nintendo 3DS
Stars: ✭ 34 (+3.03%)
Mutual labels:  exploit
vmware guest auth bypass
Proof of concept of VMSA-2017-0012
Stars: ✭ 42 (+27.27%)
Mutual labels:  exploit
overflow
A command-line tool for exploiting stack-based buffer overflow vulnerabilities.
Stars: ✭ 66 (+100%)
Mutual labels:  exploit
laravel-survey
Create and manage surveys within your Laravel app.
Stars: ✭ 146 (+342.42%)
Mutual labels:  poll
- This repo is no longer being maintained.  Use at your own risk.

PollDaddy Hack

This is pretty easy to use. Just download the Python script, and customize the variables for what form/answer/number of votes.

It needs Python 2.7.6. Also be sure to do pip2.7 install requests

Disclaimer

This script will not work on polls that do not allow multiple votes from one person. The useragents and proxy settings will help try and mask your mass voting, but they will not get you around IP blocks. If someone wants to give a shot at forking this and adding that functionality, I will be happy to merge it in.

Example

You want to rig this poll: https://polldaddy.com/poll/9206448/ for the answer "It's a great way to keep kids in line during a crazy time of year.", and you want to vote 1000 times. The poll_id comes from the url: https://polldaddy.com/poll/9206448/. The answer_id comes from the looking at the source code for the associated checkbox: <input type="radio" name="PDI_answer" id="PDI_answer41930288" value="41930288">.

Thus, you would want the variables to be set to:

poll_id = 9206448
answer_id = 41930288
number_of_votes = 1000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].