Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Extraindo URLS da pesquisa Google

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Dica Extraindo URLS da pesquisa Google

    wget -q -U "Mozilla/5.001" -O - "http://www.google.com/search?q=inurl%3Aaftershell.com&num=100&start=200" | \
    grep -o '<a href="http[^"]*"'|grep -v 'search?q=cache:'|grep -v '\.google\.'|sed 's/<a href="//;s/"$//'
    Você pode modificar também os parâmetros de idioma, etc. (&hl= and &lr=).
    Bom para codar scanners

    att, dwango
X
Working...
X