- Home
- About
- Board
- Articles
- Programming
- Phreaking
- Shellcode
- eBooks
- Services
- GNY Radio
- Archive
- IRC
- Links
- GNY.me!
GNY
Code 'n such
Welcome to our programming/code collection. If you'd like to have your code up here, shoot us an email or leave a message on IRC.

Env Variable Address Grabber - sToRm
  Very simple program to determine the address of the supplied environment variable (storing shellcode) - useful during the development of local exploits

Numbers Station Generator - sToRm
  Numbers stations were utilized by governments to send anonymous encrypted messages to spies in the field over shortwave radio; this code emluates mic's (2600) method of text encryption, allowing you to create your own numbers station.

Basic "Hello World" - sToRm
  Just a simple "Hello world" program to show simple Assembly structure

Text-to-Speech Nabber - sToRm
  Abuses the Cepstral text-to-speech web demonstration in order to provide you with commercial-grade audio prompts for free!

Subnet Enumeration - sToRm
  Walks the local subnet for online boxes using ping; useful for network mapping.

Quick Hax - m0nkee
  A lightweight script that provides many basic PHP security flaws made to be exploited.

XSA Scanner - sToRm
  A ported version of DeadlyData's script that will scan the user directories of a server for potential vulnerable applications

Cookie Logger - m0nkee
  A basic cookie logger. The cookie is sent through GET with Javascript, recorded, and then the user is sent back to their page unnoticed of the log.

Simple MD5 Wordlist Cracker - sToRm
  A small Perl script meant to breaks MD5 hashes via wordlist

Tiny Telnet Server - sToRm
  An example of how PHP can be used in instances where lower-level languages are expected.

Simple Port Scanner - sToRm
  A short, sweet, and to-the-point script that will scan a range of ports on a host for connectability. Run the script with no arguments for instructions.

SOCKS Proxy List Checker - sToRm
  An easy-to-use validator for IP:Port proxy lists. It will cycle through and check for connectability, saving results in a file.