Httpread 0.0.0001 beta4 written with masm32
I. Features
Read multiple web pages and download multiple network files.
It is mainly used to read malicious webpage code and download malicious program files that are spread through webpages.
II,
1. http://purpleendurer.ys168.com
2. http://download.csdn.net/source/417232
File Description: D:/masm32/myworks/HTTP/HttpRead-0_0_0001-Beta4.exe
Attribute: ---
Language: Chinese (China)
File version: 0.0.0001 beta4
Note: httpread
Copyright: purpleendurer
Note:
Product Version: 0.0.0001 beta4
Product Name: httpread
Company Name: purpleendurer
Legal trademark: purpleendurer
Internal name: httpread
Source File Name: httpread
Created at: 16:23:34
Modification time: 21:24:27
Access time: 21:59:45
Size: 9728 bytes, 9.512 KB
MD5: 97abeeba50df2130eec05110a5f2185e
Sha1: 3d218d4481cb2be417bcc062738f5837520f9277
CRC32: 970bef39
Iii. Major Improvements
1. Integrated code and functions for Directly Reading data using socket in beta1
2. Supports reading HTTP data from non-standard ports (such as 8080)
3. added the separation line at the beginning and end of the webpage content and the location information of the saved file (File description)
Iv. FAQ (FAQ)
1. Q: The webpage code is garbled.
A: This occurs when reading some Chinese webpages. The reason is that httpread directly puts the read data into the content box. To avoid this situation, you can download (SAVE) the file before opening it like view-source.
2. Q: Why is the program not prompted to download large network files?
A: It is very good to download some large network files (such as progress bars), but generally malicious programs, such as network horses, have a length of 10-kb, the download speed of httpread is quite fast, so no download progress is provided currently.