ClsHack:Computer Security Blog    

Metasploit && shellcodeexec bypassing any AntiVirus

Sunday, January 22nd, 2012

Bernard Damel Blog has found a new way to bypass any antivirus.
shellcodeexec is a script available source for windows and linux.

The characteristics of shellcodeexec are the following:

  • Can be compiled and works on POSIX (Linux/Unices) and Windows systems.
  • Can be compiled and works on 32-bit and 64-bit architectures.
  • As far as I know, no AV detect it as malicious.
  • (more…)

[ANDROID](Reversing) From APK to JAR to JAVA Code :)

Tuesday, December 13th, 2011

Sometimes it helps to know what they put in. centers in some applications android, more and more often infected.
It’ nice to understand how they spread viruses, analyze possible botnet .

Directly from stackoverflow.com someone explains how to do this away.

(more…)

pBot/perl bot, Botnet Fun && Profit :)

Monday, December 12th, 2011

pBot or the like, variations are small and mini shell that create botnets.
The original shell, written by who knows who is very old dating back to around 2008, however, is continually updated to include new features, to look for new vulnerabilities, new sites to be fucked.

Looking a bit’ the code of these botnets can be controlled to some thousands of PCs :)
There are many but allow us to do several things :)

I leave some pictures :)

The analysis is very simple and just do some dork with the names you see in the image to take control of some of these botnets.
(more…)

Artillery: Protect your Linux o.O

Saturday, October 22nd, 2011

Artillery is a new tool written by the creator of the much loved and hated by me SET.

Artillery is is a simple honeypots, allows you to monitor file changes sensitive alerts you if you are sticking with such a brute force and blocks any assholes.

Artillery is fast and written in python.
(more…)

UBUNTU/DEBIAN KEYLOGGER :D

Sunday, April 18th, 2010

I hope you do not use it for shit.

This keylogger, is based on one written by blacklight.

Before you start, But we must know what a keylogger :D
Da wiki:

È un keylogger, in computing, an instrument capable of intercepting everything a user types on the keyboard of your, or of another computer.

For this, we can intercept passwords and everything else…


(more…)