Re: Pcaprub module problem
i was having probleme updating MSF
found this on a blog
cd /pentest/exploits/framework3/external/pcaprub/
then ruby extconf.rb
make && make install
this solve my proble hope this help you
edit : i found it in this blog : linux-backtrack.com/2011/05/metasploit-pcaprub-fix-in-bt5/
Re: Pcaprub module problem
Respuesta: Pcaprub module problem
Hi everybody,
I actually try that a million times with no result... so anybody with another idea, i try bt4 with and old version of metasploid in which it works perfectly... Thanks for your help
Re: Pcaprub module problem
Hi, Thanks for your answer but i al ready have try that solution with no results, i already test the module pcaprub with the test_pcaprub.rb file successfully but again when i try to run the auxiliary i get the same error, Any ideas? maybe something with the system permission or with the sockets...
Re: Pcaprub module problem
Yes, i vave the same issue. I tired the auxiliary(synflood) and here is the result:
msf auxiliary(synflood) > run[*] The Pcaprub module is not available: no such file to load -- pcaprub
[-] Auxiliary failed: RuntimeError Pcaprub not available
[-] Call stack:
[-] /opt/framework3/msf3/lib/msf/core/exploit/capture.rb:378:in `check_pcaprub_loaded'
[-] /opt/framework3/msf3/lib/msf/core/exploit/capture.rb:75:in `open_pcap'
[-] (eval):52:in `run'[*] Auxiliary module execution completed
I tried the above fix but it doens't seem to work.
Re: Pcaprub module problem
Same here, tried the "fix" but it didn't work. I went back to my BT4 r2 image thinking the problem was BT5. It worked for a little bit until I updated MSF. Then the same problem... could it be a bug introduced in MSF?
Re: Pcaprub module problem
Same problem here with running psnuffles. Cannot find any resolution for this problem. Those solutions mentioned earlier does not work.
Edit:
I have seen that somebody tried to post it as a bug on Metasploit issue tracker, however that post has "rejected" status and the following explation:
"You must run msfconsole with the same ruby you used to rub the test_pcaprub. Its likely you are using the bundled Ruby which will not see the installed pcaprub module."
Anybody can explain what to do next?
AW: Pcaprub module problem
Starting msfconsole like this solved it for me:
Code:
# ruby /pentest/exploits/framework3/msfconsole
_ _
_ | | (_)_
____ ____| |_ ____ ___ ____ | | ___ _| |_
| \ / _ ) _)/ _ |/___) _ \| |/ _ \| | _)
| | | ( (/ /| |_( ( | |___ | | | | | |_| | | |__
|_|_|_|\____)\___)_||_(___/| ||_/|_|\___/|_|\___)
|_|
=[ metasploit v3.8.0-dev [core:3.8 api:1.0]
+ -- --=[ 691 exploits - 358 auxiliary - 39 post
+ -- --=[ 222 payloads - 27 encoders - 8 nops
=[ svn r12729 updated today (2011.05.26)
msf > use scanner/ip/ipidseq
msf auxiliary(ipidseq) > set RHOSTS 127.0.0.1
RHOSTS => 127.0.0.1
msf auxiliary(ipidseq) > run
[*] 127.0.0.1's IPID sequence class: Incremental!
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
msf auxiliary(ipidseq) >