rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
325 stars 144 forks source link

Feature meterp sniffer wpcap #173

Closed sempervictus closed 4 years ago

sempervictus commented 9 years ago

Convert sniffer to use WinPCAP instead of PSSDK. Allows community members to build their own sniffers, and more. See commit messages for details and test output.

metasploit-public-bot commented 9 years ago

Can one of the admins verify this patch? For more information see: https://github.com/rapid7/meterpreter/wiki/CI-Testing

OJ commented 9 years ago

jenkins, this is ok to test

bcook-r7 commented 9 years ago

We'll need to also incorporate winpcap's libs and headers into the windows build process I presume. That would probably mean an addition to the meterpreter-deps repo, like we do for openssl.

sempervictus commented 9 years ago

The updated sniffer extension already expects winpcap to be here (in deps/winpcap), i'd obviously appreciate any extra testing, but i believe it should build as is on the windows side.

sempervictus commented 9 years ago

Looks like i broke the POSIX side pretty badly. @bcook-r7, @OJ : could you guys take a look at what i broke? Seems some of my declarations dont add up on the POSIX side.

OJ commented 9 years ago

@sempervictus it could be that the build isn't picking up the deps properly. I'll have a poke shortly.

sempervictus commented 9 years ago

The POSIX side already has all the deps it needs, and i'm failing the build locally as well on 14.04. I can spin up a build host later, but i'm elbow deep in a stack of documentation.

OJ commented 9 years ago

Ah ok mate, no worries.

hsluoyz commented 8 years ago

Hi.

You would like to try Npcap: https://github.com/nmap/npcap.

It's another fork of WinPcap with multiple new features.

sempervictus commented 8 years ago

We did, I think the momentum behind opening up all extensions may have fizzled though or the timing of this PR against the migration to payloads repo left it behind. Would love to see it fixed for POSIX and in full review On Jun 8, 2016 09:43, "Yang Luo" notifications@github.com wrote:

Hi.

You would like to try Npcap: https://github.com/nmap/npcap.

It's another fork of WinPcap with multiple new features.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rapid7/meterpreter/pull/173#issuecomment-224592767, or mute the thread https://github.com/notifications/unsubscribe/ABRPjMuXUqE-35Syfd-7ocZd7ORwkhFwks5qJscVgaJpZM4FMKGe .

bcook-r7 commented 8 years ago

It more-or-less got left behind, but definitely still interested if someone wants to rebase this on the new repo!

bcook-r7 commented 8 years ago

cc @wwebb-r7

wwebb-r7 commented 8 years ago

@bcook-r7 started seriously looking into it as of today

busterb commented 4 years ago

Closing this out since this repo is dead.