content top

Extension Spoofer

Here’s one extension spoofer you can trust (vbscript code provided) '========================================================' ' ' ' EXTENSION SPOOFER ' ' CODED BY DJ MAK ' ' http://hackwithmak.tk ' '========================================================' Call Spoof Sub Spoof() dim filePath,fileName,exten,FileLen,revExten,dest,NewFileName set fs = CreateObject("Scripting.FileSystemObject") filePath=inputbox("Enter The FilePath")...

Read More

Enable xp_cmdshell for SQL Server

Enable xp_cmdshell for SQL Server

Enable xp_cmdshell on Microsoft SQL Server with 'sa' access

Read More

WPA Cracking Tutorial

I found this tutorial very well done, even used it for reference to update a couple things I’m doing. Felt like I should save it someplace, so here it is!   Trying to capture a 4-way TKIP handshake without help can involve sitting and watching traffic for hours and hours, waiting for a client to connect to a network. By using a tool called aircrack-ng we can forcefully deauthenticate a client who is connected to the network and...

Read More

Chrome in Backtrack 5

Open google-chrome located in /usr/bin with nano or your favorite text editor. gedit /usr/bin/google-chrome Add “–user-data-dir” to the end of the file. Example below: exec -a "$0" "$HERE/chrome" "$@" --user-data-dir   I’m pretty sure this can be accomplished through a script by echoing  –user-data-dir to the end of the file, but echo -n doesn’t seem to work with the built in echo for Backtrack....

Read More

Cool Tool Tuesday X

Cool Tool Tuesday X

Grab yourself some domain creds after getting local administrator!

Read More

Get Domain Admin from local Admin

Quick script to get domain admin with local admin access. I’ve used similar scripts in the past. The last line in this one is particularly nasty though. [www.n0where.net]

Read More
content top