Skip to content

Commit

Permalink
删除多余注释
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiaowu committed Aug 1, 2020
1 parent 412ddff commit 434de3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ private void runExtension() throws IOException {
* 加密key检测
*/
private void cipherKeyDetection(String key, byte[] exp) {
// 1,构造然后直接发包
// 2,发包完毕以后判断一下是否还存在 rememberMe 如果不存在说明可能跑到key了
// 3,流程2通过以后,在随便构造一个包,发过去,如果重新出现了 rememberMe=deleteMe 说明真的跑出来了 key

IHttpService httpService = this.baseRequestResponse.getHttpService();

// 使用当前可能正确的key-发送可能被此shiro框架成功解密的请求
Expand Down
2 changes: 1 addition & 1 deletion src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class BurpExtender implements IBurpExtender, IScannerCheck {

public static String NAME = "BurpShiroPassiveScan";
public static String VERSION = "1.5.0 beta";
public static String VERSION = "1.5.1 beta";

private IBurpExtenderCallbacks callbacks;
private IExtensionHelpers helpers;
Expand Down

0 comments on commit 434de3a

Please sign in to comment.