Wget: Difference between revisions
>Red Dragon 004 m fixed a broken link to Anonymous |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
To use wget in combination with [[Tor]] and [[Privoxy]] in their default configurations, use ''wget -e "http_proxy = http://ip:port/" "http://content"''. Slow, but anonymous. | To use wget in combination with [[Tor]] and [[Privoxy]] in their default configurations, use ''wget -e "http_proxy = http://ip:port/" "http://content"''. Slow, but anonymous. | ||
The real raep: 666 instances of | |||
<nowiki>wget --limit-rate=1 <target url here></nowiki> | |||
Just restart sometimes. | |||
What this does is downloading the target at a very low speed, so the connection stays alive for a loooong time. There's a maximum number of connections that a site can take. Using this method you can effectively raep many sites ALONE and still have enough bandwidth for BitTorrent. | |||
It has been confirmed that this even works on a 28k line. | |||
== External links == | == External links == | ||
Line 14: | Line 23: | ||
** Wget is included with most Linux/BSD distros, so check if you already have it | ** Wget is included with most Linux/BSD distros, so check if you already have it | ||
** [http://anonym.to/http://www.gnu.org/software/wget/#downloading General download link] | ** [http://anonym.to/http://www.gnu.org/software/wget/#downloading General download link] | ||
** [http://anonym.to/http:// | ** [http://anonym.to/http://www.christopherlewis.com/WGet/WGetFiles.htm Windows port] | ||
** [http://anonym.to/http://wget.darwinports.com/ Mac OS X port] | ** [http://anonym.to/http://wget.darwinports.com/ Mac OS X port] | ||
* [http://anonym.to/http://www.gnu.org/software/wget/manual/wget.html Wget manual] | * [http://anonym.to/http://www.gnu.org/software/wget/manual/wget.html Wget manual] | ||
[[category:Tools]] | [[category:Tools]] |
Latest revision as of 22:41, 25 March 2009
Wget is the /i/nsurgent's Swiss army knife. With knowing how to edit and set up batch scripts, you can basically have it do anything. From simple recursive downloading aka Bandwidth Raep, to making it a forum flooder, to simple downloading of a whole website or pictures like hooeg .jpg files that would otherwise make your browser crash, were you to look at them.
Its features include recursive download, conversion of links for offline viewing of local HTML, support for proxies, and much more. It appeared in 1996, coinciding with the boom of popularity of the web, causing its wide use among Unix users and distribution with most major Linux distributions. Written in portable C, Wget can be easily installed on any Unix-like system and has been ported to diverse environments.
Tutorials[edit]
With a bit of imagination, brainz and RTFMing, which anon seems to have no lack of, delicious raep can be achieved.
To use wget in combination with Tor and Privoxy in their default configurations, use wget -e "http_proxy = http://ip:port/" "http://content". Slow, but anonymous.
The real raep: 666 instances of
wget --limit-rate=1 <target url here>
Just restart sometimes. What this does is downloading the target at a very low speed, so the connection stays alive for a loooong time. There's a maximum number of connections that a site can take. Using this method you can effectively raep many sites ALONE and still have enough bandwidth for BitTorrent. It has been confirmed that this even works on a 28k line.
External links[edit]
- Downloads
- Wget is included with most Linux/BSD distros, so check if you already have it
- General download link
- Windows port
- Mac OS X port
- Wget manual