Skip to content

A webform spammer targeted towards wasting scammer's time.

Notifications You must be signed in to change notification settings

MrLightside/Scammer-Spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scammer-Spammer

Spam those Scammers out of existence! but what?

This is an easy to use form spammer which can be edited however is needed to work for the different sites. It includes fake information sending, basic multi-threading and changing browser agent data. Feel free to edit the code and share how you want, credit appreciated.

Fake Information provided by Fake Name Generator

Instructions

  1. Configure the options you need at the top of the file.
# Change configuration settings here.
config.zipFile = "fake-details.zip"
config.fakeDetailsFile = "FakeNameGenerator.com-100000-UK,US,AUS,CAN.csv"
config.fakeDetailsLength = 100000
config.multiThreading = True
config.multiThreads = 50
  1. Add your target URL to the variable in the make_request function.
url = 'https://scammer.com'
  1. Configure your web request in the data variable. Use the person variable created from the fakePerson class to get your fake information (see example).
data = {'username'=person.username,'password'=person.password}
  1. Run and Attack!

About

A webform spammer targeted towards wasting scammer's time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages