Security Tools and Tricks
Every thing about security and hacking in one place,
Friday, May 12, 2017
Running commands as system on windows 10
›
Playing god on windows 10 :) the method is to run PSEXEC which is part of windows pstools Command Run - > cmd as Administrator p...
Monday, August 13, 2012
Python oneliner - HTTP servers
›
Power of python :) # python -m SimpleHTTPServer 8080 # python3 - m http . server 8000 # sudo python - m pyftpdlib . ftpserver. ...
Sunday, August 12, 2012
Python - inserting data into excel file
›
Creating excel file with Python ----snip----- import win32api import win32con import win32file import win32com.client xlapp = win32com.cl...
Python Script to Parse MBSA files
›
Simple python script to parse Microsoft MBSA files #------------------------------------------------------------------------------- # Na...
AIX oneliners for auditing
›
Locked Accounts # sudo cat /etc/security/user | grep -iE '\:|account_locked'|grep -iv '*' Last password change date #...
Friday, July 16, 2010
Windows 7 God Mode
›
Lol.. what is god mode? i asked my self ... GodMode reminds me of shooting Games .. lol Well we are talking abt windows Getting Godmode is s...
Friday, June 26, 2009
Detecting Load Balancers
›
While penetration testing we might require to find the load balancers on the site, it's pretty complicated to find the no of load balanc...
›
Home
View web version