-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: add Leakz passive workflow #10
base: main
Are you sure you want to change the base?
feat: add Leakz passive workflow #10
Conversation
Signed-off-by: Dwi Siswanto <[email protected]>
cb03fe6
to
395bf56
Compare
Signed-off-by: Dwi Siswanto <[email protected]>
Signed-off-by: Dwi Siswanto <[email protected]>
Finally found time to check this out, looking forward to merging this one. The workflow seems to be causing my CPU to go up to 100% + websites become super slow to load. @dwisiswant0 Is that something you can improve on your end? |
@Corb3nik - It seems my CPU isn't experiencing any excessive load, and just to note, I'm operating on Linux x86. About the slow-loading sites you mentioned, I've noticed it too during my casual browsing. Ran some regression tests with projectdiscovery/katana, and all seems cool from my side. Can't figure out why it's acting up though, especially since it's just using the |
The JS VM is not very performant/optimized, but I will start offloading the compute to other threads to relieve the proxy. |
Sorry we didnt get back to you faster @dwisiswant0 , before we can approve the merge we need a couple things:
|
Ok, then how can I include the compiled sources in the Workflow JSON? |
Please ensure your pull request adheres to the following guidelines:
Thanks for contributing!