EG Information

Main Index
EG Manual
Disclaimer
Legal Information
Hall of Fame
Hall of Shame
Member Rankings
Members List
Meet the Staff
Hacker's Home Page
IRC Flash Chat

Training Missions

Read Me First
Basic Skills
Realistic Scenarios
Cryptography
Software Cracking
Linux ELF Binary Cracking
Logical Thinking
Programming
Captcha Cracking
Patching
Steganography
Deface This Wall
/dev/null
/dev/urandom
/dev/extra

Knowledge Bank

Discussion Forums
Exploit Database
PasteBin
RSS Feeds RSS
Articles / Tutorials
Videos
Online EG MP3 Player Radio
Downloads
Tools

Code Resources

Submit Code
Ajax
ASM
Bash
C
CPP
Csharp
Delphi
Haskell
Java
Javascript
Jython
Lisp
mIRC
MySQL
Perl
PHP
Python
QBASIC
VisualBasic

Pimp Us Out!

Review enigmagroup.org on alexa.com

Has Enigma Group Helped You? Then Help Us By Advertising For Us. Place One Of The Following Images On Your Site And Create A Link Back To Enigma Group.

Enigma Group

Enigma Group

Enigma Group

Enigma Group
 

Enigma Group's Code Bank


PHP security class - ratboy2day - 2012-09-12 03:25:28
PHP security class
Click here to view "PHP security class"

Captcha - b0ne^ - 2011-10-01 13:27:13
This is a captcha code for php! NOTICE:<br /> if you want to use this script you have to have the font calibri.ttf in the same folder with the script!
Click here to view "Captcha"

IP, U Agentm Cookie cathcer - b0ne^ - 2011-10-01 13:23:48
This is a simple ip, user agent and cookie catcher....
Click here to view "IP, U Agentm Cookie cathcer"

Hit Counter - b0ne^ - 2011-10-01 13:21:55
This is a hit counter! It will count only 1 count per ip! When you visit the website your ip will log and no more counts will count for your ip!<br /> Ip file => ip.txt<br /> Count file => count.txt
Click here to view "Hit Counter"

Leet Encode-Decode - b0ne^ - 2011-10-01 13:18:45
This is a simple leet encode - decode!
Click here to view "Leet Encode-Decode"

E-mail Sender - b0ne^ - 2011-10-01 13:15:55
This is a email sender! You can send email from whatever email you want with whatever name you want to any email!
Click here to view "E-mail Sender"

(Simple) Port Scanner - usname - 2011-04-09 11:42:16
A simple port scanner. Please change "www.enigmagroup.org" to another website and you'll find very interesting results!
Click here to view "(Simple) Port Scanner"

Soundcloud mp3 extract0r - c0re - 2011-01-19 09:05:43
Extract MP3's from Soundcloud.
Click here to view "Soundcloud mp3 extract0r"

PHP CMDShell - blink_212 - 2010-11-26 21:46:29
Check the comments.
Click here to view "PHP CMDShell"

Cookie Monster - Ultraminor - 2010-09-05 09:35:55
A basic cookie-stealing PHP app. Stores it\'s cookies in ./cookies/cookies.txt
Click here to view "Cookie Monster"

cryptoFunctions - c0re - 2010-09-03 07:12:19
this is a collection of functions not included in php to encrypt-decrypt/encode-decode/encipher-decipher a given string.<br /> <br /> it also contains stuff like l33t-del33t/piglatin-unpiglay<br /> <br />
Click here to view "cryptoFunctions"

ircBot v0.1 - Link- - 2010-09-01 16:25:20
This is the first release for a simple php irc bot... Use php\'s CLI interface to run it. It\'s fairly simple so try your best to learn from it, especially if you\'re a novice php developer.<br /> <br /> Don\'t forget to modify the default configuration.
Click here to view "ircBot v0.1"

[PHP] Live-Site v1.0 - blink_212 - 2009-12-20 15:31:37
A nice script for checking a large list of domains retreived from a reverse IP domain checker. More information in the comments.
Click here to view "[PHP] Live-Site v1.0"

[php] portscanner - Psiber_Syn - 2009-12-17 10:04:26
here goes again im glad i get to resubmit it the other had a slight error but its fixed now
Click here to view "[php] portscanner"

Get Real IP - Posix - 2009-10-21 04:09:53
Check for the first plausible real IP address even when behind a proxy.
Click here to view "Get Real IP"

Drop Down List of Countries - Ausome1 - 2009-08-31 07:57:07
This is a drop down list of countries using PHP to generate the options from an array. It also remembers the last option selected after a submit. This code also uses an array to store the countries that can also be used for validation on a submit as well.
Click here to view "Drop Down List of Countries"

[PHP] Mini Reverse Shell - blink_212 - 2009-08-27 12:46:20
A small reverse PHP shell. Uses PHP sockets. You should add more error checking really, but meh, I can\'t be arsed.<br /> <br /> blink
Click here to view "[PHP] Mini Reverse Shell"

SSH-Force - blink_212 - 2009-08-26 22:56:43
A PHP script for checking for weak SSH logins. Simple, easy to use. (Requires the php_ssh2.dll extension on Windows, and the libssh2 package on Linux).<br /> <br /> blink_212
Click here to view "SSH-Force"

[PHP] Auth-Force - blink_212 - 2009-07-27 11:07:48
Auth force is a basic HTTP authentication cracker. You give it a username and password list and let it run.<br /> Usage :- php auth-force.php <userlist> <passlist> <host> <path> <port><br /> <br /> blink_212
Click here to view "[PHP] Auth-Force"

Basic auth password craker (sockets) - mofm - 2009-05-31 07:02:08
This is a basic auth password cracker. it uses sockets to make a connection and sends an http request and waits for reply.
Click here to view "Basic auth password craker (sockets)"

MySQL Bruter - blink_212 - 2009-05-17 21:23:10
A simple script for testing a MySQL users password. Reads the usernames and passwords from a list.<br /> <br /> Usage : <br /> php mysql-brute.php <userlist> <passlist> <host> <port>
Click here to view "MySQL Bruter"

PHP FTP Bruter - blink_212 - 2009-02-26 22:50:51
A simple PHP FTP dictionary attacker. Usage : php <br /> <br /> ftp_crack.php <userlist> <passlist> <host> <port>
Click here to view "PHP FTP Bruter"

Image to ASCII - winkleer - 2008-12-01 07:45:44
Simple image to ASCII text converter in PHP.
Click here to view "Image to ASCII"

Link Creator - haZed - 2008-11-20 22:39:42
For use with links on warez forums encoded in [code] tags, where you need direct links for DownThemAll\'s DTA on-click. This will take input, and turn it into hyperlinks, exploding at \\n. <br /> <br /> Basic, but useful script.
Click here to view "Link Creator"

SQL Table to HTML Table Function - Teksaid - 2008-11-20 03:23:51
Function used to take all the data from a mySQL table and create a HTML table display the information.
Click here to view "SQL Table to HTML Table Function"

Plain-Text to Binary - Link- - 2008-10-28 14:22:41
Plain-Text to binary convert, with a delimiter option.
Click here to view "Plain-Text to Binary"

PHP Information Logger - s0cketWhore - 2008-10-11 19:15:21
Log everyone who visits your sites information.
Click here to view "PHP Information Logger"

Binary-Ascii-HEX-Plain text converter - Link- - 2008-09-26 10:22:23
This is an HTML page containing the php code, that will convert binary to hex-ascii-plain text and vis versa to all... <br /> <br /> Copy/Paste the code into the file "BAHOC.php" run it and enjoy..<br /> <br /> Regards,<br /> Link-
Click here to view "Binary-Ascii-HEX-Plain text converter"

RSS cache script - Ausome1 - 2008-09-25 18:59:59
This is a script that scrapes other web pages and creates cache files of the data. This script uses parallel processing to speed up the execution time.
Click here to view "RSS cache script"

Smiple Bot - NotMyOwn - 2008-09-12 00:49:42
This is a smiple PHP Bot, it is written by me. It has enough information in it to being making some very advanced bots.
Click here to view "Smiple Bot"

.368_shell - mediocre - 2008-06-05 06:29:44
A basic and uncomplete alternative content management system. <br /> <br /> Notes: <br /> - Creates stn.txt on server as a placeholder for saving filenames.<br /> - Upload feature not working, hence commented out. <br /> - Cannot create directories :O <br /> - Page alignment is messed up lol<b
Click here to view ".368_shell"

Return to Category Selection

Who Visited EnigmaGroup Today?

1459 Guests, 165 Users (110 Spiders)
shahji93, harshas8860, mohammed_dasaev, Doraga, frozenfire, dark_executer, Z43bos, nicks_sarang, dumhuvud, perfect_cyph3r, mittal_palash, guggero, jasyong89, Scarapeja, darkI, cerveza, abhiram2904, Rakybrabe, proman, TheGuy, dark_void, MONiac, JoeyCates, itsukiminami2, c0re, nicoRotundo, monsi, Nightraven, quaeisaenla, nadhsha143, crypt0r, Twogunkid, Beauford, thecoder, Tory4X, akhil, ashish, BlackSkull, Abhinav2107, dylan.abaxx, x266marty, Ink5ling3r, m0rt, tulu, cariboo, Ki113rHack3r, abelghalem, alethia, proigal_rogue, Ausome1, Alberto, lexuscore, untchable, Anonanonamous, st3alth, elmiguel, azhariejaya, AntonN, ellisp, cls777, normandomingo86, dnoz78, wastepiler, msm, Rex_Mundi, sampol, noobhack, l8nit3tr0ubl3, Boston, bul2nmedown, Gilliotti718, potato18, statix, seichi, GothicLogic, Ultraminor, 2stroke_paul, qacsi123, death99, vipro, Azorathe, vartega, SilentMonk, Meonkzt, Repuhlsive, rottenella, Gr3nd3l, jimmy1693, p82, d4day, Evil1, cor3dump, WarSnail, Mary, Nemoxias, clueless69, existenziell, Bahamut, dnatrixene135, Casper182, anonimousee, zodiac_zodiac, smessen, ADV0CAT3, sookie, Spyderr, Ankur, shincan, seraphrunner, kingcrimson, deadcrow, cornbeef, karakter98, kasi_raj, silentwolf2924, fabian, werrt1234, pasuanluhalu, nicofromnowhere, renan.netto, Craylien, patate49, Pelthrund, dragonworld, madscns, nagurvidyasagar, gd_fathr2013, k@n3, CJ_Omaha, minus1, tzanany, theninjayistic, Tjm, ramarao529, psychomarine, iHaxMatt, SayidJarrah, Marko Bijelic, aloksaini, aVoid, 007alibabas, a2-N2-G, Jimenie, MessoreX, null_llun, Annumbo, eXpL01t3r, iliketacopie, Homie4Life, Philmore, SupSecSpec, kev626, rbb1, w7jpn3, boyboy31, tyzer200946, MetalMonkey, HardC0re, Miuneus, andrea pate, Jimmy, Galagatron, modded-account, Darth_Sidious, suplolx
 
Enigma Group