added scripts and zodiac
This commit is contained in:
commit
9bbbc17676
49 changed files with 9254 additions and 0 deletions
23
dns/zodiac/src/zodiac.h
Normal file
23
dns/zodiac/src/zodiac.h
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue