A webscraper made to get the website https://tria.ge and malware submissions! If a submission is over a 6 and it is part of a malware family, then it will automatically decompile it.
- Decompiling: Automatically extract the malware config (Discord Webhook, Discord Bot Token) (THANKS TO lululepu!!)
- Nice Design: Beautiful design overall
- Auto-ignoring certain malware families: If any of these malware families are detected, they will skip. 'asyncrat', 'atomsilo', 'blackmatter', 'cerber', 'urelas', 'xmrig', 'metasploit', 'xworm', 'cryptbot', 'cyrat', 'acobaltstrike', 'umbral', 'blacknet', 'berbew', 'blackmoon', 'emotet', 'mydoom', 'neshta', 'doomrat', 'shadowrat'
- Python (v3.10.0 or later recommended)
- Triage API Key (only for decompiling! Not for webscraping.)
- INFO Please put your API Key in "api_key.txt". First line the API Key, nothing else! Just your API Key.
- INFO Please put your Webhook in "webhook_lgo.txt". First line Webhook, nothing else! Just your Webhook.
-
Clone the Repository:
git clone https://github.com/monokaiidev/triage-webscraper.git cd triage-webscraper
-
Install Dependencies:
pip install -r requirements.txt
- Run the Scraper:
python webscraper.py