fyoorer / ShadowClone

Unleash the power of cloud
Apache License 2.0
718 stars 95 forks source link

FAIL:vinternal_1: can't open adapter: libpcap not loaded - MASSCAN #53

Closed gustavorobertux closed 3 months ago

gustavorobertux commented 3 months ago

After trying hard to install masscan, I'm still encountering the following error:

---------------------- FUNCTION LOG ----------------------
    [-] FAIL: failed to load libpcap shared library
        [hint]: you must install libpcap or WinPcap
    FAIL:vinternal_1: can't open adapter: libpcap not loaded
    [-] if:vinternal_1:init: failed
    Error in running the command:/masscan/bin/masscan -p 80 -iL /tmp/infile -oX masscan.xml --rate=1000
----------------------------------------------------------

I added libpcap-dev to the Dockerfile, has anyone already solved this problem?

gustavorobertux commented 3 months ago

So far, lambda does not have access to the kernel, so it cannot run libpcap, which is essential for masscan to work.

Therefore, for now, issue closed.