Skip to content

dipscan is a simple project for playing around winsock2.h

License

Notifications You must be signed in to change notification settings

Dies1rae/console-netscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cout << "Usage: dipsccan [OPTION] ... [HOSTNAME/IP] ... [PORT]" << endl << endl;
cout << "OPTIONS: " << endl;
cout << "s - Simple scan. One target IP or HOSTNAME(one or more ip) and ONE target PORT" << endl;
cout << "r - Ranged port scan. One target IP or HOSTNAME(one or more ip), target port FROM and target port TO(range of ports from--->to)" << endl;
cout << "m - man menu" << endl;
cout << "m - help menu" << endl << endl;
cout << "OPTIONS: " << endl;
cout << "dipscan.exe /s www.google.com 443" << endl;
cout << "dipscan.exe /s 192.168.1.1 80" << endl << endl;
cout << "dipscan.exe /r 192.168.1.1 80 160" << endl;
cout << "dipscan.exe /r www.ya.ru 440 500" << endl << endl;
cout << "dipscan.exe /h" << endl;
cout << "dipscan.exe /?" << endl;

About

dipscan is a simple project for playing around winsock2.h

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages