Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbitx/dedsec_gfs
DEDSEC_GFS is a Linux-based Google Form Spammer capable of sending ultra-realistic account information (firstname, lastname, age, address, email and password )
https://github.com/0xbitx/dedsec_gfs
Last synced: about 2 months ago
JSON representation
DEDSEC_GFS is a Linux-based Google Form Spammer capable of sending ultra-realistic account information (firstname, lastname, age, address, email and password )
- Host: GitHub
- URL: https://github.com/0xbitx/dedsec_gfs
- Owner: 0xbitx
- License: mit
- Created: 2023-11-19T17:11:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T07:00:06.000Z (about 1 year ago)
- Last Synced: 2023-12-14T08:23:37.733Z (about 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DEDSEC_GFS
DEDSEC_GFS is a Linux-based Google Form Spammer capable of sending ultra-realistic account information (firstname, lastname, age, address, birthday, phone_number, email and password).
## DESCRIPTION
DEDSEC_GFS is a Linux-based tool designed for Google Form spamming. This powerful tool is equipped to send ultra-realistic account information, including accessible variables such as firstname, lastname, age, address, birthday, phone_number, email and password. Its capabilities make it a potent option for simulating authentic user submissions on Google Forms."
USABLE VARIABLE
| variable | Description |
| :-------- | ------------------------- |
| 1. firstname | filipino and english name. |
| 2. lastname | filipino and english lastname.|
| 3. age | calculated age from birthday. |
| 4. address | philippine cities. |
| 5. birthday | random birthday. |
| 6. phone_number | philippine phone_number (smart, globe). |
| 7. email | generated from firstname and lastname. |
| 8. password | generated from firstnane and lastname. |
| 9. random_id | random id |
SPAMMER IMAGE
ACTUAL FORM PAGE
### You can replace the code below for your google form url, header and body
```python
url = "https://docs.google.com/forms/d/e/1FAIpQLSdDXxjytZnmjwOEeMK8PjSJG-shr0UKNPg5nm7dknFi4wGDDg/formResponse"headers = {
"Cookie": "S=spreadsheet_forms=wfdh4NG44Qt2hwbdd8gKy1HHOF2JPQg-T4IlJA9hMEA; COMPASS=spreadsheet_forms=CjIACWuJVzg5xsF0brWfqA0JdroOU1plgvuvL4bvFI6-Q3YX-v7V8o7ZusjHzUb6dfu8-hDQjumqBho0AAlriVezLLHdW7G10dfxpbZXAbZpnIqBnw0OH7Xk-mDbbWo89mJsB0MYxxLv3wS8jPGRoQ==; NID=511=N4043kekB5EkZRRpKKnGx3VpeA2i1-V47i8_3QABGrmdIDIp7Z9MebmM_PcAktcn4S7cjHHbNiuueB683ETlWTb0CAdVFGfARsi-Bvob0n0Ksa6MPCXNhJwEGauWpdXi3hEwHyXqhuPsdDk0KdMGeBC7AE3fNhgmNWe0aNMfFjg",
"Host": "docs.google.com",
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'Content-Type': 'application/x-www-form-urlencoded',
"Origin": "https://docs.google.com",
"Referer": "https://docs.google.com/forms/d/e/1FAIpQLSdDXxjytZnmjwOEeMK8PjSJG-shr0UKNPg5nm7dknFi4wGDDg/viewform?fbzx=-3065528922530206851",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
"X-Client-Data": "CKblygE=",
'Upgrade-Insecure-Requests':'1'
}body = {
'entry.1630406277': email,
'entry.254235199': password,
'entry.17821565': firstname + ' ' + lastname,
'entry.699087705': address,
'entry.509920065': phone_number,
'fvv': '1',
'partialResponse': '[null,null,"-3065528922530206851"]',
'pageHistory': '0',
'fbzx': '-3065528922530206851'
}
```
## INSTALLATION
* git clone https://github.com/0xbitx/DEDSEC_GFS.git
* cd DEDSEC_GFS
* python3 dedsec_gfs.py### TESTED ON FOLLOWING
* Kali Linux
* Parrot OS
* Ubuntu
## SupportIf you find my work helpful and want to support me, consider making a donation. Your contribution will help me continue working on open-source projects.
**Bitcoin Address: `36ALguYpTgFF3RztL4h2uFb3cRMzQALAcm`**
DISCLAIMER
I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.