Archive for ‘.NET’

Barcode Attacks In Action

Well well, this time I’ve moved along from the theoretical area into the more practical one. So, okay, if you didn’t know already, I live in Sweden. In Sweden there is this very huge company called ICA, and they’re basically a nation wide supermarket company.

More+

carrot.exe

Ladies and gentlemen, i will hereby release the carrot.exe! What is it? You might ask. Well, it’s just a compilation of various security related tools found around the net. All from NirSoft’s password recovery utilities, to PwDump7 and the Abel backdoor (?) from Cain & Abel. And of course some other nifty tools (like netcat).

More+

Bruteforce in .NET

A VB.Net class on how to perform a string based permutation. Also known as “bruteforce”. Good to have. It’s not around on the net, so i chose to publish it.

More+

SOCKS5

Okay, I just made a PoC library on how to perform SOCKS5 connection(s) in both C# and VB.Net. Here’s a code example of how to use it (in VB.Net)

More+