24 lines
387 B
C
24 lines
387 B
C
|
/* 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
|
||
|
|