fuzzlesfixer / STS

This project was to combat and annoy Discord account hijackers by flooding their webhooks with fake information.

Home Page:https://ospdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

     __  ____ _____ ____       __
    / / / ___|_   _/ ___|     / /
   / /  \___ \ | | \___ \    / / 
  / /    ___) || |  ___) |  / /  
 /_/    |____/ |_| |____/  /_/   
          Spam the scam           

Contributors Forks Stargazers Issues MIT License

This project has many bugs. If you want to help please report them!

About

This project was to combat and annoy Discord account hijackers by flooding their webhooks with fake information.

Yes we know we can simply shut a hook down via a simple DELETE request, but where is the fun in that? So to have some fun AND annoy them, we took the original code of the virus and copied their design. So now instead of stealing and transmitting stolen credentials we are just sending randomly generated data to them at random intervals with their layout.

Features

STS allows users to participate in a group to flood multiple scammer webhooks or webhooks extracted from malicious Discord code.

This app is still in development. If an issue is found feel free to let us know.

Requirements

For NodeJS requirements and package requirements read package.json. Or just run npm i && npm run build...

Installation

git clone https://github.com/TrojanLij/STS.git
cd STS
npm i
npm run build
npm start

Instalation example

Installing sts gif

Basic usage:

To run the script simply execute:

npm start

Add Discord Bot token:

If the file was not created then just add a conf.js manually to the root of the folder. To add a personalized bot token and use the bot Discord commands use:

npm start token "YOUR TOKEN HERE"

Add a scammer webhook to your local file:

If the file was not created then just add a webhooks.json manually to the root of the folder. To add a webhook belonging to the scammers to your local webhook.json use the command:

npm start add-hook "SCAMMER WEBHOOK HERE"

Advanced configuration:

If you want to go rummaging around the code and are interested in any advanced configuration use the conf.json file.

TODO Important:

  • Add ability to run even WITHOUT Discord bot token (why limit to bots only)
  • Added CLI runtime (@Lidcer you smart dude...)
  • Fix some of the /commands
  • @TrojanLij Learn to GIT!!!!

TODO Update:

  • Ability to add multiple webhooks that belong to hackers
  • If a 404 for WH remove.

TODO Discord bot /FEATURES/:

  • /HOOK/:
    • Discord help command to list all commands and usage
    • Add cfg-hook command category for local manipulation of config file / webhook list
      • cfg-hook-add adds webhooks to local webhook.json
      • cfg-hook-remove removes webhooks from local webhook.json
    • hook-close sends DELETE request to webhook
    • check-hook checks if it is a valid hook / returns HTTP status code
    • update-report-hook updates report hook in webhooks.json
    • close-hook removes hook from local webhook.json if exists
    • test-embeds displays all embeds
  • Add bot presence to display prefix

TODO Later:

  • A random RR bc why the hell now (added to do later)
  • Fetch every X seconds a list of scam webhooks
  • Add easy webhook list share feature

About

This project was to combat and annoy Discord account hijackers by flooding their webhooks with fake information.

https://ospdb.com

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%