secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

Update bootstrap.sh and add interface check for mailowner #67

Closed cbrnrd closed 8 years ago

secgroundzero commented 8 years ago

implemented without duplicated code.

sniff(filter="tcp port 110 or tcp port 25 or tcp port 143", iface=iface, prn=packet_callback, store=0, timeout=expire)

sending the iface from the options.iface param

will update now

secgroundzero commented 8 years ago

please test the mailowner module too.

one out of 3 times it throws an error i cant spot

cbrnrd commented 8 years ago

okay i'll check it out. can you send me the error code?

cbrnrd commented 8 years ago

I've tested it a few times and never got an error message with the mail owner module, but i did with the pcap parser module.

secgroundzero commented 8 years ago

You are missing the net creds tool.

You can check the dependencies for which repo you need

Sent from my iPhone

On 5 Nov 2016, at 10:30 PM, Carter notifications@github.com wrote:

I've tested it a few times and never got an error message with the mail owner module, but i did with the pcap parser module.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

cbrnrd commented 8 years ago

fixed the locations of all of the tools, still no error in the mailowner module