Skip to content

Commit d3069f9

Browse files
committed
change
1 parent 3bea708 commit d3069f9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Tooling/web-scanner.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,8 @@ if ($response.StatusCode -eq 200 -and $response.Content) {
105105
}
106106

107107

108-
Invoke-WebRequest -Uri "http://tsg.com" -UseBasicParsing | Select-Object -ExpandProperty Headers
108+
Invoke-WebRequest -Uri "" -UseBasicParsing | Select-Object -ExpandProperty Headers
109109

110-
Invoke-WebRequest -Uri "http://tsg.com" -UseBasicParsing | Select-Object -ExpandProperty Content
110+
Invoke-WebRequest -Uri "" -UseBasicParsing | Select-Object -ExpandProperty Content
111111

112-
http://tsg.com/?search=<script>alert(1)</script>
113112

114-
http://halo.tsg.com/?search=<script>alert(1)</script>

0 commit comments

Comments
 (0)