added scripts and zodiac

This commit is contained in:
Peter Baumann 2013-06-04 14:33:16 +02:00
commit 9bbbc17676
49 changed files with 9254 additions and 0 deletions

23
dns/zodiac/src/zodiac.h Normal file
View file

@ -0,0 +1,23 @@
/* zodiac - advanced dns spoofer
*
* by scut / teso
*/
#include "output.h"
#ifndef Z_ZODIAC_H
#define Z_ZODIAC_H
#define AUTHORS "team teso"
#define VERSION "v0.4.9"
#ifndef ZODIAC_MAIN
extern mscr * ms; /* global screen variable */
extern char * zodiac_spoof_proxy;
extern char * zodiac_spoof_proxy_key;
extern unsigned short int zodiac_spoof_proxy_port;
#endif
#endif