Jump to content

newbi3

Pineapple Moderators
  • Posts

    1,022
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by newbi3

  1. A domain name and webserver are two separate things completely. A domain name just maps words to an IP address so not having a domain name is no problem at all
  2. I noticed that from the android app they have you can stream the the video and audio from the tv so its completely possible. It might be documented somewhere I've just never looked into because I've been so busy lately.
  3. SQL Injection doesn't have to just occur on a webpage. It could be exploit in any application that talks to a SQL database. Consider this for example: There is a game that stores all of its user creds in a SQL database. The user is prompted to login and the username field isn't sanitized before checking against the database. If the user entered something like john' then an error would be raised. Now the only other thing that would need to happen is the sql error be displayed on the game somewhere. Or depending on how the errors are handled the SQL error could be returned to the client but not displayed on the game but if you were doing a pcap you would be able to see the error in the packets captured.
  4. Interesting. I'll get this fixed thanks for reporting
  5. What browser are you using? Also did you change the default port or anything like that? Inspect the element and see if you can see an iframe there
  6. The only time that the live preview will show is if no dog splash is running. I don't really have any good ways around that. Also the phishing notice from my last post was not directed towards you.
  7. Well stackoverflow can only respond to all of the topics he creates so fast. It takes a while. And then he was to figure out how to compile which takes even longer
  8. Please don't post anything regarding phishing especially not for credit cards! I don't not want to be held responsible for anything and that also applies for Sebkinne and the rest of Hak5. I will look into this for you. Also my title is "hak5 ninja" my name is newbi3 haha.
  9. Setting up a captive portal to phish a specific website would not work because you can't just make them visit the captive portal if they are trying to go to a specified website. To answer your other question; try it.
  10. Here you go: https://forums.hak5.org/index.php?/topic/34464-portal-redirect-not-working/
  11. Advances in mathematics are not that frequent but when they happen the revolutionize encryption. The most secure cryptography today will one day be weak encryption that you shouldn't use.
  12. In a client-server model the server is the one at accepts connections and the client is the one that initially creates them. After the connection is created they can both send and receive data to and from each other. Happy I could help!
  13. Thanks! Unfortunately they have very spotty coverage where I am located at. Just for full transparency since people have donated. I haven't yet started working on this project. My work schedule has gotten super busy since I initially created this thread. Things are starting to get back to normal speed now so in about a month I will have time to get back to pineapple development. This infusion will probably be ready around con season (july-august time). Thanks to all of you who have donated :) I really appreciate it!
  14. I am assuming that the server it running on your host machine and that the client is running on your pineapple correct? I also assume that the above code is running on your pineapple? If my assumptions are correct, your issue is that you need a stream_socket_client not stream_socket_server http://php.net/manual/en/function.stream-socket-client.php You can use netcat as your server and you want even have to write any code. If my assumptions above are incorrect then i point you to the stream_socket_server documentation: http://php.net/manual/en/function.stream-socket-server.php
  15. Maybe in the next generation of the ducky you will be able to plug in a dongle to a machine and then send your payloads to it over bluetooth or over a network. That would be interesting.
  16. The pineapples web interface is in /pineapple/ on the pineapple /www is the directory for the other web server running on port 80. To get to the web interface visit 172.16.42.1:1471 <-- notice the :1471, that is because the port that the management interface is on is 1471. Also the webserver on the pineapple is Nginx (engine-x) not apache, this is because Nginx is much smaller than apache and a crap load faster.
  17. Side rant: A+ is such a basic cert and wont land you a job but why the hell isn't every highschool teaching students the material thats on the A+? All of that stuff is so trivial anyone with half a brain could learn it.
  18. Is it a wireless hotspot or usb modem?
  19. I did a lot of research on this a few months ago but wasn't able to find anything about what is sent to them. I was going to get an SDR and try to figure it out but I don't have as much free time for stuff like that anymore
  20. run "top" from the command line to monitor your systems load
  21. Unless you share those ideas or a categories no one knows if they have the same interests as you
  22. I have a macpro and a macbook pro the built quality is amazing the screen looks beautiful (on my macbook pro) and they can both handle my large amounts of development that I do on a daily basis. My mac pro is a dual quad core xeon (clocks at like 3.4 per core) its 8 years old now and its still a freaken powerhorse. My macbook is only a few months old now but it will definitely last 4-6 years if I dont upgrade before then (which I will). Battery life is amazing, I run at 14gb of ram and 80%ish cpu throughout the day and it doesn't freeze up at all. Everything being said, don't get a macbook for yosemite. OS X really isn't that great, way better than windows but if it wasn't for me needing certain proprietary softwares id be running linux on both machines
  23. You would need to inject the JS onto the web pages, you could use the strip-n-inject infusion for this on the pineapple
  24. dns spoof *.* to 172.16.42.1 and nodogsplash will work Ah i see you already tried that. Just use the infusion lol it will configure nodogsplash automatically for you. You can always do it yourself but you might was to look at how EP configures it to get an idea (to busy at the moment to post the code)
×
×
  • Create New...