본문 바로가기

Project/N-Tools ( Complete )

[N-Tools] 4. Final Version! 2013 - 11 - 1

Project : N-Tools ( For Linux/Unix )  

 

Language : C , C++

Compiler : Gcc (Ver 4)

Function : Port Scanning , Sniffing with Packet Dump 

 

Code :  

PortScanner ( ver 2.3.1 ) -> 98 Line 

Sniffer ( little with IDS Function) ( ver 3.6.5 ) -> 386 Line 

 

Now Realization : 

 

Port Scanner : 100 % 

Can SCAN all tcp port 1~65536 and simple TUI!

Sniffer :  100 %

Function : Detecting Port Scanning, Include Stealth Scanning + ittle IDS Functions

              Support TCP,UDP,ICMP protocol and Mac Address

Detecting Stealth Scanning ( But There are some Error because of algorithm )

 

Saving All Data in log.txt

- Log File

 

스니퍼 옵션은

-n [숫자] : 몇개의 패킷을 받아올건지  

-s : 그냥 화면에 심플한 로그만 출력 (자세한 데이터는 로그로 저장 ㄴㄴ )

-d : 화면에 심플한 로그 출력 + 자세한 데이터는 Log.txt 파일에 저장

 

File :

 

Sniffer

 

Pscan

 

 

* 이후의 잘못된 사용으로 인해 발생하는 일에대해 저에 대한 책임은 없습니다