-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNSlookup.c
More file actions
51 lines (37 loc) · 1.32 KB
/
NSlookup.c
File metadata and controls
51 lines (37 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*@Shyed Shahriar Housaini
Copyright: @uthor*/
/**
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include <windows.h>
///#include <threads.h>
#include <conio.h>
#include <dos.h>
#include <direct.h>
#include <math.h>
#include <stdbool.h>
#include<ctype.h>
#include <string.h>
#include <strings.h>
**/
#include<stdlib.h>
int main()
{
puts(" More reference at http://www.steves-internet-guide.com/using-nslookup/ ");
puts(" ============== Press \"Ctrl C \" or type exit to cancel and exit ");
puts(" ============== 111111111111111 ");
system("C:\\Windows\\System32\\NSlookup www.google.com");
puts(" ============== ");
puts(" ============== nslookup -querytype=mx www.github.com");
system("C:\\Windows\\System32\\nslookup -querytype=mx www.github.com");
puts(" ============== ");
puts(" ============== 33333333333333333 ");
puts(" ============== The NSllokup is ");
puts(" ======== Please insert a web address or url address or IP address in the prompt ====== ");
system("C:\\Windows\\System32\\nslookup");
puts(" ============== END ======================= ");
puts(" More reference at http://www.steves-internet-guide.com/using-nslookup/ ");
return 0;
}