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

jsleak backend dev #14

Merged
merged 3 commits into from
Apr 14, 2024
Merged

jsleak backend dev #14

merged 3 commits into from
Apr 14, 2024

Conversation

haithamAbuElnasr
Copy link
Collaborator

No description provided.

success: boolean;
error: any;
}> {
const jsleak = toolPath('jsleak_1.0.0_windows');
Copy link
Collaborator

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 ?!

error: any;
}> {
const jsleak = toolPath('jsleak_1.0.0_windows');
const command = `type ${path.join(outputDir, 'httpx_live_domains.txt')} | ${jsleak} -l | findstr ".js"
Copy link
Collaborator

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"

Copy link
Collaborator

@Mahmoudgalalz Mahmoudgalalz left a 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.

@Mahmoudgalalz
Copy link
Collaborator

export function CurrentOS() {

use this, and change the command based on the system

@Mahmoudgalalz
Copy link
Collaborator

Liked the ternary op, do it for the second function

@Mahmoudgalalz
Copy link
Collaborator

Well done👌

@Mahmoudgalalz
Copy link
Collaborator

This closes #12

@Mahmoudgalalz Mahmoudgalalz merged commit 5e1f23e into hunters-org:main Apr 14, 2024
0 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants