service135/tcp Open msrpc136/tcp closed profile137/tcp closed netbios-ns139/tcp open Netbios-ssnmac Add Ress:5c:f3:fc:e4:81:40 (IBM) Nmap done:1 IP address (1 host up) scanned in 0.14 seconds[[email protected] scanport]#-SP Specifies that the scan mode is ping (does not scan the port)NMAP-SP ip_address #使用ping方式扫描 (no ports scanned)Nmap--traceroute ip_address #路
", i); } closesocket (SOCKFD); WSACleanup (); return 0;}Here we can take the I spring and autumn bbs.ichunqiu.com as an example to scan a bit.Then we can find that the speed of the scan is very slow ah, so certainly not, so here we will use multithreading technology.Of course we can also interfaceHere we are using C # simple to write the interface version of the port
Tag:python Scan Tool [[emailprotected]~]#catportscan.py#!/usr/bin/envpython#-*- coding:utf-8-*-importsocket# instantiation of an object S=socket.socket () #循环遍历你自定义的端口范围 Forportinrange (1,65535): #使用python的异常处理 to determine the behavior after a program error try: print "[+]attemptingtoconnectto127.0.0.1:" + STR (port) #客户端对服务器端进行连接, the format of the general
Simple multi-threaded port scanning ToolYou can receive an IP address as a parameter, and if you do not, the port of the native is scanned by default1 #!/usr/bin/python2 3 ImportSocket4 Import Time5 ImportArgparse6 ImportThreading7 8 defarg_process ():9Argparser=argparse. Argumentparser (description="Port Scaner")TenArgparser.add_argument ('- I.','--ip', action='
have UDP recvfrom scan, UDP ICMP Port unreachable scan, I used the latter, that is, to a port to send UDP packets, if the port is open, then there is no response, if the port is closed, The other side will reply to an ICMP
Bulk scan IP Port, the result of exporting IP-named files based on scanned IP.Assume that the contents of the 1.txt file are127.0.0.1192.168.1.1Then we get the file content IP to scanwindow. bat version
: 1.txt for file name, modify according to requirement: C:\nmap\nmap-6.46\nmap.exe is the path of Namp, modify according to requirement: put 1.txt together with the
Suppose the 1.txt file content is127.0.0.1192.168.1.1Then we get the file content IP for scanningwindow. bat version
: 1.txt is the filename, modify according to the requirement: C:\nmap\nmap-6.46\nmap.exe as Namp path, modified according to requirements: Put the 1.txt together with the scan script
The code is as follows
Copy Code
@echo offFor/f "delims=,"%%i in (1.txt) do C:\nmap\nmap-6.46\nmap.exe-T3-A-v-p-%%i >%%i.txt
:39 cstnmap Scan report for DD-WRT (192.168.1.1) Host was up (0.0048s latency). PORT State service53/udp Open domain67/udp open|filtered dhcpsmac address:1c:bd:b9:27:d5:32 (D-Link International) Nmap done:1 IP address (1 host up) scanned in 1.50 secondsSpecify address list Nmap-il iplist.txt-su-p 1-200
TCP port
remote host's operating system, such as: nmap-o 192.168. The following information is returned when 0.46 executes: You can see that port 22 is turned on, and the system is Linux, and the approximate version number informationIn addition nmap behind the IP can be changed directly to 192.168.0.1-100 to achieve LAN segment scanning or 192.168.0.1/24 to achieve the entire LAN
Netcat, also known as the Swiss Army Knife, is a common network tool for hackers and system administrators, originally developed for file transfer and later developed many powerful features, such as the ability to perform bulk host service scans.Previously, another more common scanning tool for bulk host services was introduced: Nmap.The installation of the Netcat is also very simple, with the direct Yum in
A scanner is a program that can automatically detect the vulnerabilities of a host's security. The scanner collects all kinds of information about the target host by sending a specific network packet, recording the response message of the target host. At present, there are many scanning software on the network, more famous scanners have Sss,x-scan,superscan and so on, the function is most powerful of course is nmap.
Nmap (Network Mapper) is an open s
Linux port ing tool RINETD and port rining rinetd
Rinetd, a simple and easy-to-use tool in Linux, implements port ing, forwarding, and redirection.Official Website address http://www.bo
hosts return an icmp_port_unreach error when you send a packet to an unopened UDP port. In this way, you can find out which port is closed. UDP and ICMP errors cannot be reached. Therefore, this scanner must be capable of re-transmission when a packet appears to be lost. This scanning method is very slow because RFC specifies the generation rate of ICMP error messages. Similarly, this
comment above exit 1 to the following Echo 1 line, and this error will be fooled for the module I use WiFi and BT are together, under the normal use of Android, BT under Linux to identify the normal need another tool BRCM_PATCHRAM_ Plus finally I'll give, and also need firmware file BCM43438A0.HCD This can be copied directly from the Android file system. Ii. Description of UseAfter
Since the first HELLO program has been completed, it indicates that the entire compilation environment is no longer correct. Now, let's prepare a serial port testing program. As the serial port driver development board has been completed, let's take a look at a simple Linux serial port testing
Since the first HELLO program has been completed, it indicates that the entire compilation environment is no longer correct. Now, let's prepare a serial port testing program. As the serial port driver development board has been completed, let's take a look at a simple Linux serial port testing
Nmap Tutorial using the Nmap command example (Nmap use method)
Browse:8268
|
Updated: 2014-03-29 17:23
Nmap is a very useful tool for network scanning and host detection. Nmap is not limited to collecting information and enumerations, but can also be used as a vulnerability detector or security scanner. It can be applied to operating systems such as Winodws,linux,macNmap is a very powe
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.