We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bea708 commit d3069f9Copy full SHA for d3069f9
1 file changed
Tooling/web-scanner.ps1
@@ -105,10 +105,8 @@ if ($response.StatusCode -eq 200 -and $response.Content) {
105
}
106
107
108
-Invoke-WebRequest -Uri "http://tsg.com" -UseBasicParsing | Select-Object -ExpandProperty Headers
+Invoke-WebRequest -Uri "" -UseBasicParsing | Select-Object -ExpandProperty Headers
109
110
-Invoke-WebRequest -Uri "http://tsg.com" -UseBasicParsing | Select-Object -ExpandProperty Content
+Invoke-WebRequest -Uri "" -UseBasicParsing | Select-Object -ExpandProperty Content
111
112
-http://tsg.com/?search=<script>alert(1)</script>
113
114
-http://halo.tsg.com/?search=<script>alert(1)</script>
0 commit comments