1 2 3 |
(Invoke-WebRequest 'https://www.exploit-db.com/google-hacking-database/').AllElements | %{$_.href | Select-String https://www.exploit-db.com/ghdb/} | %{ ((Invoke-WebRequest $_.tostring()).AllElements | Where class -eq "w-pagehead").outerText } |