Jump to content

Hak6

Active Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

1,047 profile views

Hak6's Achievements

Newbie

Newbie (1/14)

  1. Since I received no response on this and I'm sure there are others that may have the same trouble as I did I'll explain (to the best of my ability) how far I got and how I accomplished it. Lucky for me Google forms provides you with a embed link when you share the form, it is in iframes format and I used that code on the landing page and it works great to direct the traffic to the form without any problems, the issue is now that once the form is filled out and completed there is no redirect, it just continues to drive that same client to the landing page after each form completion. If anyone knows how I can redirect the traffic after completing the form it would be great if you could share with me. Thanks in advance!
  2. This is probably a silly question but I can't find much info on it at all. The scenario I have is I travel to different locations and have clients fill out a form I created using google forms, I would like my clients to be able to connect to the AP I created with the WiFi Pineapple and be directed immediately to this form. Using php or html is this possible? I will have an active internet connection at the time so I guess I'm just basically re-directing the clients to a link?Should I be using captive portal instead? Could someone point me in the right direction to accomplish this or is it even possible?
  3. Just installed this today and forgot to format my sd card before hand and had trouble getting the new firmware to mount or recognize it, I finally reformatted it using gparted on a kali laptop I have and it finally mounted it, I tried installing a module on it and it says installed successfully but it doesn't show up under installed modules and refreshing the page just causes the loading animation to loop forever? I can click away to another page no problem but I can never get the "manage modules" page to load again? I even tried reformatting using the web interface after it didn't work the first time but it still doesn't work. Any suggestions? Thanks! **Edit** After fooling with it for hours and many re-flashes, I finally got a module installed and usable! I'm not sure what exactly my problem was but I'm glad I got it working! I haven't got to fool with it much more then getting it fully functional but it looks good so far! Thanks for the update!
  4. Is it possible to add the SYSTEM file to the extract SAM file payload? Also I notice "ALT y" in the beginning of a lot of the code, What purpose dose it serve? Just curious. DELAY 3000 GUI r DELAY 750 STRING powershell Start-Process notepad -Verb runAs ENTER DELAY 1500 ALT y DELAY 500 ENTER Thanks in advance!
  5. I'm just curious as to how hard it would be to add an option to save your recon files (SAM/SYS) and others to the target machine rather then a server? The script makes this very easy and convenient yet it wouldn't always be best for every scenario. Other then my question above, This is an awesome tool, I thank you for all your hard work, and all the others that have contributed as well.
  6. Awesome, I'll test it out after work. Again, awesome tool thank so much!
  7. Either C:\Users\Public\Documents or back to the duck J:\ (on my system). No matter where I ask in the plain text file it always says and I'm not sure how much of the code you will need to see but this is what I'm seeing. ($fileSaveDir){ ENTER STRING $srcdir = $fileSaveDir ENTER STRING $zipFile = 'C:\Windows\Report.zip' ENTER STRING if(-not (test-path($zipFile))) { ENTER STRING set-content $zipFile Let me know if you need any more info, thanks again
  8. I have a problem and it's most likely something I'm doing wrong, but when I do any of the reconnaissance scripts it does everything it is suppose to do except save the Report.zip in the directory I choose? Looking through the plain text I can see it's not being told to save to the directory I choose? What could I be doing wrong? Also is there a way to save this tool for offline use? Thanks in advance for any answers and thanks to the amazing creator of this sweet tool!
×
×
  • Create New...