New modules: binaries or compilation from source preferred for deps? #2669
christianfl
started this conversation in
General
Replies: 2 comments
-
Precompiled binaries are preferable if they're from a trustworthy source and cover a good range of OS/architectures. This helps save time and CPU on the scanner machine. We use this method for all the projectdiscovery tools. But some tools like massdns don't have those kinds of auto builds, so we opt to compile them. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, thanks for clarification! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
I couldn't find any info about this in the documentation. Do you have a preferred way when using external programs within new bbot modules? Should precompiled binaries be used if available for all supported arches or is it better to compile in the setup routine?
Beta Was this translation helpful? Give feedback.
All reactions