Jump to content

TheHackerNextDoor

Active Members
  • Posts

    73
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TheHackerNextDoor

  1. Karma and the jammer would work for that. It would kill all networks, and emulate them all, too.
  2. Yes, I found that after. I thought I should post it here for ignorant people like me... :P
  3. Update: It seems to have something to do with the jammer.
  4. Hi, My WiFi pineapple is constantly crashing. I don't know why. I am powering it off of the supplied adapter. All I am running is the jammer, dnsspoof, and karma. Right before it crashes, the red light goes on for about a second. Then the blue light starts flashing until it boots.
  5. Yes, but it removed what I spent hours configuring...
  6. I just updated my Pineapple. I had no idea it would reformat everything... Just a warning to anyone else.
  7. Here are some suggestions I have dreamed up over the past couple of days. More RAM I think the mark V is very limited when it comes to RAM. Come on, only 64MB? I'm sorry, but I can't run very much at a time, and it is constantly crashing! How difficult would it be to add 128MB of RAM, or better yet, 256MB? Dual-booting I think dual booting would be a good feature. How I see it, is there would be a second DIP switch module to choose which version you want to boot. It's annoying to have to change the settings each time, like the wireless settings, for example. If I want to prank my friends, I have to change the /etc/wireless/config file from encrypted WPA2 'Nothing to see here!' to something like 'Free Wifi!' Antenna Repositioning A physical problem with the Mark V that the Mark IV does not have is the width. I can fit the Mark IV in my pocket(other than the antenna, which is hidden by my shirt), however I can't fit the Mark V in, because of the antennas. If I put it in my pocket with the antenna sticking out, it is visible, because of the angle of the antennas. What about having a 90 degree SMA connector where the SMA ports are, so the antennas would be right next to it?
  8. I'm wondering how different devices check for internet, an d hopefully I will be able to use the DNSSpoof on my pineapple to make it look like they have internet, even when they don't. How does iOS know when there is internet? I set up a sample network on the pineapple, turned on randomroll, and connected to it on my iPod. Immediately, it opened a webpage with a dancing banana.(Lol) It said I had to log in, so therefore it new I was messing with the internet. How does it check? Same for Android/PC. Again, the purpose of this is to make it look like there is internet, even when there isn't.
  9. Wow. That was the problem... I'm so stupid! xD
  10. Here is /etc/ssh/sshd_config: # Package generated configuration file # See the sshd_config(5) manpage for details # What ports, IPs and protocols we listen for Port 22 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: #ListenAddress 0.0.0.0 Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key #Privilege Separation is turned on for security UsePrivilegeSeparation yes # Lifetime and size of ephemeral version 1 server key KeyRegenerationInterval 3600 ServerKeyBits 768 # Logging SyslogFacility AUTH LogLevel INFO # Authentication: LoginGraceTime 120 PermitRootLogin yes StrictModes yes RSAAuthentication yes PubkeyAuthentication yes #AuthorizedKeysFile %h/.ssh/authorized_keys # Don't read the user's ~/.rhosts and ~/.shosts files IgnoreRhosts yes # For this to work you will also need host keys in /etc/ssh_known_hosts RhostsRSAAuthentication no # similar for protocol version 2 HostbasedAuthentication no # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication #IgnoreUserKnownHosts yes # To enable empty passwords, change to yes (NOT RECOMMENDED) PermitEmptyPasswords no # Change to yes to enable challenge-response passwords (beware issues with # some PAM modules and threads) ChallengeResponseAuthentication no # Change to no to disable tunnelled clear text passwords #PasswordAuthentication yes # Kerberos options #KerberosAuthentication no #KerberosGetAFSToken no #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes # GSSAPI options #GSSAPIAuthentication no #GSSAPICleanupCredentials yes X11Forwarding yes X11DisplayOffset 10 PrintMotd no PrintLastLog yes TCPKeepAlive yes #UseLogin no #MaxStartups 10:30:60 #Banner /etc/issue.net # Allow client to pass locale environment variables AcceptEnv LANG LC_* Subsystem sftp /usr/lib/openssh/sftp-server # Set this to 'yes' to enable PAM authentication, account processing, # and session processing. If this is enabled, PAM authentication will # be allowed through the ChallengeResponseAuthentication and # PasswordAuthentication. Depending on your PAM configuration, # PAM authentication via ChallengeResponseAuthentication may bypass # the setting of "PermitRootLogin without-password". # If you just want the PAM account and session checks to run without # PAM authentication, then enable this but set PasswordAuthentication # and ChallengeResponseAuthentication to 'no'. UsePAM yes # SparkleShare # Please do not edit the above comment as it's used as a check by Dazzle Match User storage PasswordAuthentication no PubkeyAuthentication yes # End of SparkleShare configuration GatewayPorts clientspecified
  11. Yes, I am specifying a bind_address.
  12. No can do. The server is headless and the only way I can access it is via ssh. I do have access to the logs, however.
  13. Hold on, so GatewayPorts = enabled? I had tried GatewayPorts = clientspecified and GatewayPorts = yes, but neither worked. Should I try that?
  14. I'm going to restate my question. Pineapple is on network A, firewalled. SSH server is on network B, not firewalled (Example IP 192.168.1.123). PC is on network B. I can connect the pineapple to the ssh server, forwarding port 80 on the pineapple to port 5000 on the server. I can make a connection on 127.0.0.1:5000 (Tested with wget) When I go on my PC, and I enter 192.168.1.123:5000 in google chrome, I get connection refused. If I go back to the server and run netstat -a, and I see that it is only listening on 5000 on localhost. In my /etc/ssh/sshd_config file, I have GatewayPorts = clientspecified . Does this help?
  15. My home servers are directly connected to the internet. They are port forwarded.
  16. The pineapple in on a firewalled network. The server is on my home network. I want to tunnel the pineapple to my home server, and I want to access it from my home computer.
  17. Hi! I messed up my /etc/config/wireless file on my pineapple. Is there any way to revert it? If not, does anybody have a copy of it?
  18. I want to go Pineapple > Server > Server local network. The server accepts connections from 127.0.0.1, but not from its internal IP. If I use netstat, I can see that it is only listening on localhost.
  19. Thank you. That helped, but I have a new problem. The remote server always listens on localhost, and I want it to listen on 0.0.0.0.
×
×
  • Create New...