Jump to content

bigkielbasapl

Active Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

572 profile views

bigkielbasapl's Achievements

Newbie

Newbie (1/14)

  1. in regards to this payload i am trying to get working: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---reverse-shell i am being told that this is cannot be run on a 64 bit machine. have i done something wrong or is this true? are there any alternatives or workarounds?
  2. I had an issue where after starting dnsspoof through the infusions it would simply not work. pinging example.com would show as going to the pineapple on the victim PC, and best case scenario i would see www.example.com/example.html in the address bar however the page was blank and would not load. going straight to 172.16.42.1 loaded the page properly though after lots of different configurations and hours of messing around with the settings i found two main issues: 1. i found no way for dnsspoof to work through the pineapple GUI/by clicking on "start" in the infusions. I finally managed to get it to work by running this through PuTTY dnsspoof -i br-lan -f /etc/pineapple/spoofhost you can also run it without the -f expression, in that case it would simply redirect all traffic, rather than only what is specified in the host file. you can also specify an expression at the end to point to where you want a log file to be created. syntax: dnsspoof [-i interface] [-f hostsfile] [expression] 2. after doing this, it worked in IE and firefox (which i have installed for testing purposes). Chrome is my default browser however, and i had an add-on installed i completely forgot about which forces https whenever possible. so when i was typing facebook.com, it was changing it to the https version and thus, automatic failure. my pages: index.php redirect.php error.php spoofhost file: 172.16.42.1 *facebook.com so far i only have this configured to work with facebook for demo purposes, however ill be testing out some other websites. feels so good to see something load properly after investing so much time into trying to make it work! anyway just wanted to post my solution because this would've saved me so much time if i had known this earlier
  3. saved me a huge headache! thank you! now if only i can get dnsspoof to work :/ supposedly there's a fix coming but that has been said back in october
  4. any updates on this fix? i have spent 10+ hours trying to get this to work and read every DNS related thread on here i have no ^M types of characters anywhere. when i ping facebook.com from my victim PC it pings to the pineapple but then the normal page is displayed anyway. Thanks guys great forum here
  5. Hi Chris, great tutorials and thread :) I am in a situation where after hours of messing around with dnsspoof and having read every dns related thread here about the mark V, my dnsspoof is still not working and i've given up on that. Coming across nodogsplash I am trying to achieve the same thing sort of by using this tool. I saved facebook as splash.html and it gets forwarded to the victim pc properly (with exception of layout but i want to worry about form handling first). However I am finding that my victim browser is getting stuck on error.php after form submission. It also failed to process redirect.php when i initially set up splash.html as a meta refresh to redirect.php. Is nodogsplash not able to process php files? if so please let me know so i can stop killing myself to try to get this to work lol. how could I set up a way to log form submissions if php pages i place in that directory do not want to process that information? Much appreciated!
×
×
  • Create New...