HTTP ProxyCan proxy client HTTP access, mainly proxy browser access to the Web page, its port is generally 80, 8080, 3128 and so on;Socks AgentUnlike other types of proxies, the SOCKS proxy simply passes the packet without caring about the application protocol, which can be an HTTP request, so the SOCKS proxy server is much faster than other types of proxy servers.Socks agents are also divided into SOCKS4 and SOCKS5The difference is that the
Russia
Transparent
HTTPS
3 hours ago
202.53.254.99
8080
Indonesia
Transparent
HTTPS
3 hours ago
190.228.33.114
8080
Argentina
Transparent
HTTP
4 hours ago
QQ Proxy IP
National
Proxy IP Address
Port
Agent Location
is anonymous
type
Validation Time
124.132.83.173
6675
Jining, Shandong
High Stealth
, format as follows:
10.19.193.109:1080@socks4
10.19.193.109:1080@socks5
10.19.193.109:21@ftp
10.19.193.109:80@http
10.19.193.109:8080@http
......
(The above address is for example, not necessarily available)
2, the use of Agent hunter to the Search results page, click "Import Results" to import the list of agents in the. txt format.
3, click the "System" button, select "Parameter settings."
4. Set the two timeout parameters in the validation settings
.
Therefore, I suspect that the authors of the net have never done an http proxy before, so they can say that the http proxy is simpler than the socks proxy.
The socks proxy contains socks4 socks4a socks5 and sock4 sock4a sock5.
The tcp part of socks4 socks4a and socks5 is extremely simple.
This is another strange phenomenon. In this article, only one person said that udp is more complex than tcp. All othe
The Socks is a circuit-level gateway that Davidkoblas developed in the 1990. Since then, it has been used as an open standard in Internet RFCs. The socks runs on the TCP layer of the protocol stack. Unlike Winsock, SOCKS does not require applications to follow specific operating system platforms, such as Windows Winsock. Unlike the application-tier proxy and the HTTP-layer proxy, the Socks agent simply passes packets without concern for the application protocol (such as FTP, HTTP, and NNTP requ
information you need and send it to your browser. In addition, most proxy servers have the buffer function, which is like a large buffer pool. It has a large storage space and constantly stores new acquired data in its local memory, if the data requested by your browser is stored in its local memory and is up-to-date, it will not retrieve data from the Web server again, instead, the data in the memory is directly transmitted to the user's browser. Generally, the user's available bandwidth is sm
Socks is a regional gateway, developed by David koblas in 1990. Since then, it has been used as an open standard in Internet RFC. Socks runs on the TCP layer of the protocol stack. Different from WinSock, Socks does not require applications.ProgramFollow a specific operating system platform, such as Windows as Winsock. The socks proxy is different from the application layer proxy and HTTP layer proxy. The socks proxy simply transmits data packets without worrying about the Application Protocol (
This is a creation in
Article, where the information may have evolved or changed.
Before the implementation of a proxy service, at that time to consider is as long as support SOCKS5, because I often use chrome, with switchysharp, experience is very good. But now I'm a little annoyed with Chrome, which is now too big to occupy too much resources. And I have the habit of locking the Web page, one open chrome, on more than 10 or even more than 20 process up, let me very uncomfortable. But it has to
The Linux Shell provides two very useful commands for crawling Web pages, which are curl and wget, respectively.
As the basic service of large data analysis and research, rice flutter agent has done a thorough research and summary.
Curl and wget use proxies
Curl supports HTTP, HTTPS, SOCKS4, SOCKS5
Wget supports HTTP, https
Shell Curl wget Sample
#!/bin/bash # # Curl Support HTTP, HTTPS, SOCKS4, SOCKS5 #
The Linux Shell provides two very useful commands to crawl Web pages, which are curl and wget, respectively.As the basic service of Big data analysis and research, M-flapping agent has done in-depth research and summary.Curl and wget using proxiesCurl supports HTTP, HTTPS, SOCKS4, SOCKS5Wget supports HTTP, httpsShell Curl Wget Example#!/bin/bash## Curl supports HTTP, HTTPS, SOCKS4, socks5# wget support HTTP
Previously, I implemented a proxy service. At that time, I only wanted to support SOCKS5, because I often used Chrome to work with switchysharp, and the experience was great. However, I hate Chrome a little now. It is too large and occupies too many resources. In addition, I am used to locking web pages. As soon as I open chrome, there will be more than a dozen or even more processes, which makes me very uncomfortable. But I have to say that Chrome's security design is still very good. Then I tr
10.48.72.2 indicates that the IP address of the proxy server is 10.48.72.2.: 80 ":" indicates that the Service port of the proxy server is 80 (21, 23, 80, 81, 1080, 3128, 8080, etc)@ HTTP "@" indicates that the proxy server type is HTTP proxy (HTTP, FTP, SOCKS4/5, TELNET)The value after $ "indicates the proxy server verification status$4: verifying$5: verification timeout (the network connection is too slow. You will find it when you verify it multip
Proxychains is a proxy tool under Linux and other unices. It allows any program to go online via proxy, allowing TCP and DNS to pass proxy tunneling, support for HTTP, SOCKS4, and SOCKS5 types of proxy servers, and multiple proxies can be configured. Proxychains forces the connection of the specified application through a user-defined proxy list, disconnecting the receiver and sender directly. This section describes how to set up Proxychains.The steps
Install Privoxy
2. Configure Privoxy
# Vim/etc/privoxy/config
Search listen-address and change to:
Listen-address 0.0.0.0:8118
Only local change to 127.0.0.1 is allowed
Search FORWARD-SOCKS4 and change to:
1249 forward-socks4/127.0.0.1:1080.
The IP address and port of the socks agent, note that there is a point at the end
If you have access permissions, you can search for permit-access and specify the c
In Linux, any software accesses the Internet through proxy (non-vpn). in windows, SocksCap32, ProxyCap, FreeCap, and Proxifier can access the Internet through proxy. This blog has previously introduced: http://www.2cto.com/net/201207/142900.html ,...
In Linux, any software accesses the Internet through proxy (non-vpn). in windows, SocksCap32, ProxyCap, FreeCap, and Proxifier can access the Internet through proxy. This blog has previously introduced: http://www.2cto.com/net/201207/142900.html In
In network programming, UDP is used as the data transmission protocol for scenarios with high real-time data transmission requirements, in the TCP/IP protocol family, UDP protocol requires less network system resources than TCP protocol. However, in enterprise applications, due to network security reasons, IP data other than specific ports cannot pass through dedicated routes or gateways. To support such applications, a special socks4/socsk5 protocol
implemented on intermediate nodes (such as routers or firewalls) of the communication path. Although theoretically SSL can be used to protect TCP/IP communication, in fact, SSL applications are almost limited to HTTP. In SSL communication, the server uses port 443, and the customer's port is optional. Session layer VPN Socks4 Protocol: Socks is in the Session Layer of the OSI model. In the Socks protocol, the client program initiates a connection thr
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.