Skip to content

Test and probe websites with unsecured forms (flavoured for use in the Palestine/Israel cybersec environment)

License

Notifications You must be signed in to change notification settings

Aerospace35/landback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spammer

Spam those bootlickers out of existence! but what? Fake Information provided by Fake Name Generator Based on biteback, used successfully to counter a threat to transgender people by the Missouri AGO

Instructions

pip install -r requirements.txt

  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://ago.mo.gov/file-a-complaint/transgender-center-concerns](https://canarymission.org/contact_us)'
  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 = {'msg':"method",'method':"/contact_us/insert",'params':'[{"email":'+person.email+'","contactType":"Submit a Name","message":"'+person.firstName+" "+person.lastName+'- '+person.username+' on twitter and '+person.username+'1998 on insta. very anti israel and advocating for the killing of israeli children. Is a '+person.occupation+'"}]','id':"1",'randomSeed':id_generator(20, "abcdefghijklmnopqrstuvwxyz1234567890")}
  1. Run and Attack!

About

Test and probe websites with unsecured forms (flavoured for use in the Palestine/Israel cybersec environment)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages