Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一直在Evaluating... 没有输出结果 #6

Open
r0ckysec opened this issue Oct 21, 2021 · 2 comments
Open

一直在Evaluating... 没有输出结果 #6

r0ckysec opened this issue Oct 21, 2021 · 2 comments

Comments

@r0ckysec
Copy link

请教一下,在定位BeanShell1信息泄露复现时,一直没有结果,是我姿势哪里有问题吗
image

@ghost
Copy link

ghost commented Mar 16, 2023

师傅,解决了吗

@7rovu
Copy link

7rovu commented Jan 24, 2024

修改SearchRequstByBFS和SearchRequstByDFS构造函数:

public SearchRequstByBFS(Object target){
  this.target = target;
  //把当前的元素加入到队列尾
  q.offer(new NodeT.Builder().setChain("").setField_name("TargetObject").setField_object(target).build());
}

添加addKey()

public void addKey(Keyword keyword){
  this.keys.add(keyword);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants