Warning: sem_get() [function.sem-get]: failed for key 0x152b: Permission denied in /home/insanese/public_html/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 98

Warning: Cannot modify header information - headers already sent by (output started at /home/insanese/public_html/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php:98) in /home/insanese/public_html/blog/wp-includes/feed-rss2-comments.php on line 8
Comments on: WGet all the way http://insanesecurity.info/blog/wget-all-the-way security through a distorted eye Sun, 25 Jul 2010 23:38:47 +0000 hourly 1 http://wordpress.org/?v=3.0.1 By: Chris Henry http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-151 Chris Henry Sun, 12 Jul 2009 04:21:00 +0000 http://insanesecurity.info/blog/?p=121#comment-151 Nice post. I've often thought that wget could be used as part of a simple test framework. Build out the latest to a host, have wget spider it, thereby hitting every page (more reliably than a human test). Then grep through the error logs for errors / warnings / notices etc. Nice post. I’ve often thought that wget could be used as part of a simple test framework. Build out the latest to a host, have wget spider it, thereby hitting every page (more reliably than a human test). Then grep through the error logs for errors / warnings / notices etc.

]]>
By: Anarchy Angel http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-110 Anarchy Angel Wed, 08 Jul 2009 14:20:53 +0000 http://insanesecurity.info/blog/?p=121#comment-110 nice work y0 imma post this on Blisque! nice work y0 imma post this on Blisque!

]]>
By: dblackshell http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-94 dblackshell Tue, 07 Jul 2009 19:41:21 +0000 http://insanesecurity.info/blog/?p=121#comment-94 yes, but it was just an example... and egrep is an alias for <code>grep -E</code>, and I used the Perl regex pattern yes, but it was just an example… and egrep is an alias for grep -E, and I used the Perl regex pattern

]]>
By: Mark http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-93 Mark Tue, 07 Jul 2009 19:02:47 +0000 http://insanesecurity.info/blog/?p=121#comment-93 Pretty interesting... I'd just point out that you don't need 'cat' to feed your file to grep, you can always 'grep somepattern file.txt'. Similarly, 'egrep' shortens your command a lot: egrep -o "http://.*$" links.txt | sort | uniq To get all the links from links.txt. Pretty interesting… I’d just point out that you don’t need ‘cat’ to feed your file to grep, you can always ‘grep somepattern file.txt’. Similarly, ‘egrep’ shortens your command a lot:

egrep -o “http://.*$” links.txt | sort | uniq

To get all the links from links.txt.

]]>

Warning: sem_acquire(): supplied argument is not a valid SysV semaphore resource in /home/insanese/public_html/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 107

Warning: sem_release(): supplied argument is not a valid SysV semaphore resource in /home/insanese/public_html/blog/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 116