Skip to main content

Posts

Showing posts from June 5, 2011

[ Quick Tip ] Linux Scripting

Ever wanted to gather the user accounts in Linux well it's no problem if you know bash scripting. In the terminal or konsole type " awk 'BEGIN { FS=":" } { print "User Account: " $1 "\n" "Home Directory: "  $6 "\n" }' /etc/passwd " as seen below. Like what you see you can vist http://tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html . This site is great for user that want to learning about bash scripting.

Stealing cookies with cross site scripting

Episode 11 - Stealing cookies with cross site scripting This video will show you how to steal users cookies by using a cookie stealer to exploit a XSS Cross site Scripting vulnerability. If you want to see more video visit http://www.iexploit.org/ and click on videos and yes there is still an IRC channel for people who want to chat old fashion. there no need to download any IRC software because the web site has one built-in IRC client.