
Flebbi
Active Members-
Content Count
15 -
Joined
-
Last visited
About Flebbi
-
Rank
Hackling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
That actually worked for me. Thank you for your help, Posh and kuyaya.
-
Yes, I know this all, and I am a local admin. I tested it on my Win10 machine. I get what the function should do and how it could be used. I just don't get what I'm doing wrong. What exactly have you done, that it worked on your machine? Here's what I did (you could also see it in the video but I'll explain it here to clarify 100%): First, I copy-pasted this text into powershell (not elevated powershell, just normal powershell) and hit enter. Second I ran this command {Invoke-TaskCleanerBypass -Method Encoded -EncodedCommand "bgBvAHQAZQBwAGEAZAA="} (without the {} of course) whi
-
@PoSHMagiC0deBut haven't I done this already? I took the exact command from your github: Invoke-TaskCleanerBypass -Method Encoded -EncodedCommand "bgBvAHQAZQBwAGEAZAA=". This is the encoded method and the command "notepad" is encoded into base64. That should start notepad as administrator, shouldn't it? And if I try the file method I also get nothing. I tried that: Invoke-TaskCleanerBypass -Method File -Filename C:\users\\$env:username\Documents\myscript.ps1 while myscript.ps1 was containing only that command: "Start-Process notepad". I tried also to write "U3RhcnQtUHJv
-
This was created by @PoSHMagiC0de Can somebody tell me what I'm doing wrong?
-
Yes, I've already tried that. Still doesn't work.
-
Did it. That thing came out
-
Hey The payload doesn't work for me. When I run DumpHash.py by hand it gives me that output: Any ideas on how to fix it?
-
I mean, besides the other abilities of the packet squirrel, can you also use it as a vpn?
-
On the Hak5 Shop is the following sentence: " This Ethernet multi-tool is designed to give you covert remote access, painless packet captures, and secure VPN connections with the flip of a switch. " So can you use the packet squirrel as a free vpn?
-
Got that fixed by microsoft and now you can't get the hashes from locked machines anymore?
-
I downloaded responder and copied the payload into the switch position. Everything seems to go fine, but the yellow blinking led never finishes. I plugged it in a locked computer for 20 minutes and it was still attacking. It created the folder with my hostname but I didn't receive the hashes. It found nothingd
-
Hi Is it possible to make a reverse shell even if you are not in the same wlan as your victim? Thanks in advance