projectdiscovery / pdtm

ProjectDiscovery's Open Source Tool Manager
https://projectdiscovery.io
MIT License
677 stars 49 forks source link

append lib exts #202

Closed dogancanbakir closed 9 months ago

dogancanbakir commented 9 months ago

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.