Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take #2: Start breaking Activities into fragments (breaks MITM for some reason) #453

Merged
merged 2 commits into from
Oct 23, 2015

Conversation

fat-tire
Copy link
Contributor

NOTE-- this is try #2 at this. As work was done on the MainActivity, I had to redo some stuff. Please make sure that this has everything in recent pulls.

@tux-mind in particular-- I think there is a MITM crash still, unless it is an issue with the libraries (?) You said you tried it and didn't experience any crash when you press "start" on a MITM operation?

Thanks.

The first step in more UI flexibility-- will help with stuff like a
side navigation bar and multi-fragment layouts for tablets. Unfortunately
this breaks MITM for some reason TBD. It's the first step. Will probably
do plugins as well.

fat-tire and others added 2 commits October 18, 2015 19:32
The first step in more UI flexibility-- will help with stuff like a
side navigation bar and multi-fragment layouts for tablets.  Unfortunately
this breaks MITM for some reason TBD.  It's the first step.  Will probably
do plugins as well.
@fat-tire
Copy link
Contributor Author

Hey @tux-mind I think the bug is fixed-- the crash doesn't happen, but at least in my tests right now I'm not seeing that MITM is working-- I can't grab traffic with the hijack feature or replace images.... I don't know if this is an issue with the patch or something else...?

If it works for you though, please merge it!

Logcat:

D/CSPLOITcore.ChildManager.async: { handler='raw', cmd='iptables -t nat -D PREROUTING -j DNAT -p tcp --dport 443 --to 192.168.1.106:8082' } => 41
D/CSPLOITcore.ChildManager.onEvent: received an event: StderrNewline: { line='iptables: No chain/target/match by that name.' }

I assume this isn't ipv4/ipv6-related?

@gustavo-iniguez-goya
Copy link
Contributor

@fat-tire , maybe I'm missing something, but the session hijacker module works fine for me. iptables redirection rules added, ip_forward set to 1, cookies intercepted...

fat-tire added a commit that referenced this pull request Oct 23, 2015
Take #2:  Start breaking Activities into fragments (breaks MITM for some reason)

Okay.  I'm going to assume it's my old libraries then.  I'll merge and if there's an issue we can fix it.  that's what the develop branch is for-- and I'd rather have new work going to the right fragment rather than the wrong activity which would need to be merged again.

So merging.
@fat-tire fat-tire merged commit 18a6395 into cSploit:develop Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants