Skip to content

This is a simple script that scrapes malware samples.

Notifications You must be signed in to change notification settings

clap-dev/ATM-Malware-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ATM-Malware-Scraper

This is a simple script that scrapes ATM Malware samples.

Usage

python main.py

How does it work?

It works by parsing the hashes & names, using RegEx and splitting the string. Then it'll use a requests session with an authorization token used on the actual website, in order to authenticate users to send a GET request to the downloads url with the hash inserted. After that it's simple, all you need to do is save the response from the webpage in bytes to a file.

NOTE

Each file is protected with the password "infected".

About

This is a simple script that scrapes malware samples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages