Browsing Tag

infosecdocs


Helix Mounting

umount /media/sda1 This makes sure that the drive is unmounted. It may generate an error if the drive is not mounted, but that is ok.

April 28, 2011 Forensics

DOS Commands

tree > directory.txt  (creates a directory tree of the current directory in a text file named directory.txt) tree /F > directory.txt  (creates a directory tree plus all

April 28, 2011 Other

Grep Essentials

grep The grep utility, which allows files to be searched for strings of words, uses a syntax similar to the regular expression syntax of the vi,

April 28, 2011 Other

Backtrack Essentials

How to start DHCP in Backtrack 4 pre-final ifconfig eth0 up (or use whatever your card is, eth0 is a common default. This command basically brings

April 27, 2011 General Security

Mac Shortcuts

Learn about common Mac OS X keyboard shortcuts. A keyboard shortcut is a way to invoke a function in Mac OS X by pressing a

April 27, 2011 Other

Metasploit Extras

./msfcli | grep osx/ (grep for only osx exploits) ./msfcli | grep windows/browser/ (grep for only windows browswer exploits) rexploit (reloads exploit) info exploit name (gives information about

April 26, 2011 General Security, Hacking

Useful Linux Commands

echo 1 > /proc/sys/net/ipv4/ip_forward enables ipv4 forwarding on backtrack, and other distros. Bash commands cut -d” ” -f2 > new  (cuts from an nmap grepable scan

April 26, 2011 Other
Back to Top Copyright © 2012 - InfoSec Institute