Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 3.36 KB

FAQ.md

File metadata and controls

41 lines (29 loc) · 3.36 KB

1.How to use?

0x01 releases download the latest plugin

0x02 After loading the plugin,if the default dnslog can be accessedhttps://log.xn--9tr.com,thus do not need to set other dnslogs

0x03 If the https://log.xn--9tr.com is inaccessible,then you need to configure ceye.io,remember to set isceye property to true,fill in token、ceye.io address,save the configuration

0x04 If intranet dnslog is required,remember set isceye property to false, fill in privatednslogurl(private dnslog address),privatednsResponseurl(private dnslog reponse address),save the configuration

2.The ceye api doesn't work?

0x01 Press the Save button several times,the Extender output (Extender→output) page will be display the results such as "Save Success!".

0x02 set isceye property to true

3.If the default dnslog platform cannot be accessed, does it affect the results?

As long as ceye is configured, the default dnslog cannot be accessed, and the result will not be affected

4.Why can't some sites be detected?

0x01 Sometimes, because too many request headers are added, the server processes the request too slowly or cannot respond. You can control it by controlling the request header parameters, as shown in the following settings

isuseUserAgentTokenXff=0(whether test User-agent、token、X-Forward-for、X-Client-IP)

isuseXfflists=0(whether test xff lists,including others xff)

isuseAllCookie=0(whether test all cookie)

0x02 Due to the problems of network environment and dnslog, the request cannot be responded in time. You can try to replace the custom dnslog platform

0x03 If it is not the above reasons and the scan request package is not seen in the logger, you can submit the issue

5.Why are some requests not scanned?

This plugin is scanned through the passive interface. If you use this plugin for the first time and load it again for the second time, it will not be scanned again. You need to restart burp

6.error java.lang.NullPointerException: Cannot invoke "burp.IHttpRequestResponse.getHttpService()" because "this.currentlyDisplayedItem" is null

0x01 The JDK version of burp is too high. You can try to reduce the JDK version of burp. The location is extender → options → Java environment → folder for loading library jar files (optional) → select folder, my JDK version is 1.8_231

0x02 download source code ,and input terminal input mvn package

7.How to compile?

Download the source code locally, enter MVN package on the command line, and you can get the jar at the target. You can use burp to import the jar

image