Some time ago, I spent a few nights working on an online tool site. New tools are not available recently. If you need any online tools, you can submit them,
I prefer to be a developer-related tool, and I am not interested in tools like online name checking.
Domain whois data mainly comes from a website that provides domain whois query, because the data queried by this site is more detailed than that of
HiChina whois, the interface used to provide valid interfaces for HiChina; Xinnet whois, non-Xinnet provided, just according to the new network's own website url modification to achieve EN "" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
PHP implements domain name whois query data source HiChina, xinnet_php_china Network Management Alliance bitsCN.c
Idea: first tidy up all the domain name after the WHOIS host address, put him into the XML package into the app, check the domain name to get this XML corresponding host address, and then connect to this address with the socket, send/Receive information (this XML file under assets).First on:(This whois.xml is what I did ten years ago, and I've spent a lot of time collecting most of the reliable Whois hosts,
subordinates. China's national Registration Authority is the Internet Information Center (CNNIC).Whois (read "Who is", not an abbreviation) is a transport protocol used to query the IP of a domain name and the owner of such information. In short, WHOIS is a database (such as the domain owner, domain name registrar) that is used to inquire about whether a domain name has been registered and the details of r
"ARP conflict" Linux suppresses ARP notificationWhen using LVS, it is usually necessary to use a virtual IP at the Lo port, where 2 places need to be adjusted:Arp_ignoreArp_announceBecause multiple IPs are used to a physical NIC, the Mac,arp will broadcast on the LAN saying:"IP is 192.168.1.1 's MAC address", there will be more than one host response.170.32816000
I. ARP protocol-Address Resolution ProtocolWhen communicating on the network, the source host's application knows the destination host's IP address and the port number, but does not know the destination host's hardware address, but the data packet first is receives by the network card to handle the upper layer protocol, if receives the data packet the hardware address does not match this machine, then discards directly. Therefore, the hardware address
Use ARP to detect hybrid nodes in the Network
Author: refdomEmail: refdom@263.netHomepage: www.opengram.com
Due to the harm of Sniffer, it is also important to check whether there is sniffer in the network. Anti-sniff is generated accordingly to detect the networkSniffer In.
There are many ways to detect sniffer. For example, some powerful sniffer will parse the IP address to obtain the machine name, then you canIf the system sends malformed data pac
ARP spoofing phenomenon:
A, the local area network frequent regional or overall drop down, restart the computer or network devices after the normal return. When a computer with ARP spoofing is communicating within the network, it causes frequent drop of the line, and when such problems occur, restarting the computer or disabling the NIC or restarting the network device will temporarily solve the problem, b
ARP dual-binding script. No temporary files (LZ-Myst version) are listed below and saved as BAT format.
Copy codeThe Code is as follows: for/f "tokens = 13" % I in ('ipconfig/all ^ | find "Default Gateway" ') do set GatewayIP = % I
For/f "tokens = 1, 2" % I in ('Arp-a ^ | find "% GatewayIP % "') do if % I = % GatewayIP % arp-s % I % J
For/f "tokens = 15" % I in (
Voodoo published in 2000-06-03 22:42:07Domain name:wwwDim strresult
If Request.ServerVariables ("request_method") = "POST" THEN
Dim strquery
' Get the domain name you want to query
Strquery=request ("domainname") "." Request ("ext")
Dim Objsock
' Create a Sock object
Set objsock=server.createobject ("Aspsock.conn")
' Set the WHOIS server to Rs.internic.net
Select Case Request ("ext")
Case "com", "net", "org"
Objsock.remotehost= "Rs.internic.net"
Gj=
Voodoo published in 2000-06-03 22:42:07Domain name:www
Dim strresult
If Request.ServerVariables ("request_method") = "POST" THEN
Dim strquery
' Get the domain name you want to query
Strquery=request ("domainname") "." Request ("ext")
Dim Objsock
' Create a Sock object
Set objsock=server.createobject ("Aspsock.conn")
' Set the WHOIS server to Rs.internic.net
Select Case Request ("ext")
Case "com", "net", "org"
Objsock.remotehost= "Rs.internic.net"
G
When you have more than N people sharing a Wi-Fi network, the unavoidable problem is to get the network speed. Then someone will try to set the network speed to multiple points, and someone will try to control the LAN, the general approach is to implement ARP spoofing to control others' network speeds. Don't worry, we can statically bind the relationship between the gateway IP address and the MAC address, so that it cannot be spoofed. We can do this:
1, simplified the code. (It actually removes some of the variables that you don't need to define)
2, for the information retrieved from the InterNIC is too simple, according to InterNIC feedback in the information of WHOIS server for further inquiries. Yahoo, for example, has more detailed information on the whois.networksolutions.com.
Class Whois {
var $use _cache = 1;
var $FROM _cache=0;
var $cache _dir
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.