Jump to content

phpsystems

Active Members
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by phpsystems

  1. Hi,

    As a starter project for messing around with TK, I made a replacement for the wp6.sh script with a GUI. It's a bit basic to say the least, but it should be functional. I'm aware that I should really be using classes to build my application, but this is just an excuse to code something. Hopefully, someone might ind this useful.

    Anyway, the code (such as it is) is located here: https://github.com/phpsystems/PineappleSetupGui

    Phpsystems.

  2. First off, what country are you in? Secondly, I'm not a lawyer and this shouldn't be taken as gospel.

    In general, sniffing is usually legal, but local laws may apply.

    When you start probing or send packets, depending on country, you may have committed an offence.

    4 depends on what you do with the pineapple.

    6 probably depending on country, but to be honest, most people won't notice / care / do anything.

  3. By Actual Address, I meant the IP that your 3G provider assigned to you. By remote IP, I meant the address you see when you go to something like whatismyip.com. Nat is the translation from one to the other.

    Port forwarding via ssh is straight forward, You just need the -R option eg, if you vpn is on 2.2.2.2 and you want the listener on port 2345, you could it up via:

    ssh -R 127.1.1.1:2345:2.2.2.2:2345 user@2.2.2.2

    Then metasploit would be listening on 127.1.1.1 (LHOST) port 2345 (LPORT), and the payload would be talking to 2.2.2.2 port 2345

    This might help:

    https://www.youtube.com/watch?v=PQY8eTzMiHM

  4. Sounds like you could do with SipP (http://sipp.sourceforge.net/). There currently isn't a module, but the package is definitely available for the Pineapple (so assuming that it will be for the turtle too).

    You would need to spend a bit of time figuring out the correct call flow for your application, but it will work. Your audio will also have to be pre-recorded, and you will need a username / password combo for the service (if required).

  5. The first thing you should know, is that 3G networks are usually natted. This does mean that running services from behind the nat is going to be difficult.

    Can you determine your actual IP on the 3G network and your remote IP? Are they different?

    You might be best off with a VPS or VPN to provide a static IP / Port that you run the listener on, or at least port forward (eg, via SSH).

    Tim

  6. Are you definitely forwarding the packets? Not proxying them at all?

    Either way, you could try:

    iptables -A OUTPUT -s 172.16.42.1/32 -d 192.168.1.1/24 -j ACCEPT 
    iptables -A OUTPUT -s 172.16.42.1/24 -d 192.168.1.1/24 -j DROP

    Assuming the pineapple is still on 172.16.42.1

    Sorry about the capitalization before, I was on my mobile, and capitalization is a bit of a PITA.

  7. There are cases for the pineapple in the hakshop (https://hakshop.myshopify.com/collections/wifi-pineapple-kits/products/ominous-box-for-wifi-pineapple). But, they haven't been built specifically for an expanded pineapple.

    You have to remember, that cases tend to be specific for application, so that's probably why you haven't seen much. Having said that, don't let it put you off and have a go. I for one would be interested in the results. I may even buy one!

×
×
  • Create New...