Problems with NBNS Spoofing [SOLVED]

Started by steamedrice, December 08, 2011, 07:35:41 PM

Previous topic - Next topic

steamedrice

 I attempted to NBNS  spoof using the nbns_response module.  When i run it I get the following:


The Pcaprub module is not available: no such file to load -- pcaprub
[-] Auxiliary failed: RuntimeError Pcaprub not available
[-] Call stack:
[-]   /opt/msf/lib/msf/core/exploit/capture.rb:372:in `check_pcaprub_loaded'
[-]   (eval):61:in `run'
msf  auxiliary(nbns_response) >

I tried googling for this error for solutions. Can anyone point me in the right direction or provide a link to installing this file that is missing? Thanks.

alessio

you have to compile the module pcaprub
cd /opt/msf/external/pcaprub
sudo bash -c "ruby extconf.rb && make && make install"

steamedrice