(Invoke-WebRequest 'https://www.exploit-db.com/google-hacking-database/').AllElements | %{$_.href | Select-String https://www.exploit-db.com/ghdb/} | %{ $buscar=((Invoke-WebRequest $_.tostring()).AllElements | Where class -eq "w-pagehead").outerText $buscar $url='https://www.google.es/search?q='+$buscar (Invoke-WebRequest $url).AllElements | Where Class -eq "sd" | %{$_.innerText} Start-Sleep -Seconds 10 }
Obtener el número de resultados sobre búsquedas en Google Hacking Database (GHDB) (Web scraping, Seguridad, PowerShell)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.