-
Notifications
You must be signed in to change notification settings - Fork 8
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
jsleak backend dev #14
Conversation
src/main/jsleak/jsleak.ts
Outdated
success: boolean; | ||
error: any; | ||
}> { | ||
const jsleak = toolPath('jsleak_1.0.0_windows'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please provide me the full name, or the link of this package ?!
src/main/jsleak/jsleak.ts
Outdated
error: any; | ||
}> { | ||
const jsleak = toolPath('jsleak_1.0.0_windows'); | ||
const command = `type ${path.join(outputDir, 'httpx_live_domains.txt')} | ${jsleak} -l | findstr ".js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the word type, what does it do ?!
don't have it on my system ?!
const command = `type ${path.join(outputDir, 'httpx_live_domains.txt')} | ${jsleak} -l | findstr ".js"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm the information I asked for.
well done.
Line 32 in 366e50e
use this, and change the command based on the system |
Liked the ternary op, do it for the second function |
Well done👌 |
This closes #12 |
No description provided.