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

append lib exts #202

Merged
merged 2 commits into from
Oct 10, 2023
Merged

append lib exts #202

merged 2 commits into from
Oct 10, 2023

Conversation

dogancanbakir
Copy link
Member

Closes #200.

$ ldconfig -p | grep libpcap
        libpcap.so.0.8 (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libpcap.so.0.8
        libpcap.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libpcap.so

$ go run . -i naabu

                ____          
     ____  ____/ / /_____ ___ 
    / __ \/ __  / __/ __ __  \
   / /_/ / /_/ / /_/ / / / / /
  / .___/\__,_/\__/_/ /_/ /_/ 
 /_/                         

                projectdiscovery.io

[INF] Current pdtm version v0.0.8 (latest)
[INF] installing naabu...
[ERR] error while installing naabu: could not find release asset for your platform (linux/arm64)
[INF] naabu requirements:
optional To install nmap on Linux, visit https://nmap.org/download.html and follow the instructions for your distribution.
Note: nmap is not required for naabu, so you can skip this step if you don't need it.
$ ldconfig -p | grep libpcap

$ go run . -i naabu

                ____          
     ____  ____/ / /_____ ___ 
    / __ \/ __  / __/ __ __  \
   / /_/ / /_/ / /_/ / / / / /
  / .___/\__,_/\__/_/ /_/ /_/ 
 /_/                         

                projectdiscovery.io

[INF] Current pdtm version v0.0.8 (latest)
[INF] installing naabu...
[ERR] error while installing naabu: could not find release asset for your platform (linux/arm64)
[INF] naabu requirements:
required To install libpcap on Linux, run the following command in the terminal: sudo apt install -y libpcap-dev
optional To install nmap on Linux, visit https://nmap.org/download.html and follow the instructions for your distribution.
Note: nmap is not required for naabu, so you can skip this step if you don't need it.

@dogancanbakir dogancanbakir self-assigned this Oct 4, 2023
internal/runner/runner.go Show resolved Hide resolved
@dogancanbakir dogancanbakir linked an issue Oct 10, 2023 that may be closed by this pull request
@ehsandeep ehsandeep merged commit 593fd8f into dev Oct 10, 2023
9 checks passed
@ehsandeep ehsandeep deleted the append_lib_exts branch October 10, 2023 08:30
@ehsandeep ehsandeep removed the request for review from RamanaReddy0M October 10, 2023 08:30
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.

Naabu Installing via PDTM-Install-all
3 participants