Re: console tool for checking web sites

2006-01-02 Thread Hugo Vanwoerkom
Chris Howie wrote: Hugo Vanwoerkom wrote: I want to use text-based console api tools for checking the contents of web pages. I.e. not for the human eye but for an api. What is the best tool for that? python-twisted? I find the most straightforward method is to look at the page source and writ

console tool for checking web sites

2006-01-01 Thread Hugo Vanwoerkom
Hi, I want to use text-based console api tools for checking the contents of web pages. I.e. not for the human eye but for an api. What is the best tool for that? python-twisted? E.g: http://scan.sygatetech.com/stealthscan.html gives back the stealth scan status of your server, but as an html

Re: console tool for checking web sites

2006-01-01 Thread Chris Howie
Hugo Vanwoerkom wrote: > I want to use text-based console api tools for checking the contents of > web pages. I.e. not for the human eye but for an api. > > What is the best tool for that? python-twisted? I find the most straightforward method is to look at the page source and write a Perl script