Pario TechnoBlob
About Posts

Tag: cut

Randomize filenames This is a simple bash script to create random filenames of all jpg-files (*.jpg) in a folder using the linux commands mv, sha1sum and cut. #!/bin/bash # Randomize filenames...
Sep 10, 2010 11:18PM
Strip the kernel to contain only needed modules This is a great page with som nice bash scripts describing how to remove unwanted modules from your kernel.
Dec 4, 2007 3:38PM
Get your IP address ifconfig eth0 | awk '/inet addr/{print $2}' | cut -d: -f2
May 20, 2007 9:10PM
Generate a list of target hosts to nmap scan

Legg følgende inn i fila iplist.sh

#!/bin/bash
 # filename: iplist.sh
 # usage: ./iplist.sh 192.168.1.0/24 > iplist.txt
 
 nmap -sL $1 --randomize_hosts | grep '^Host' |...
Apr 26, 2007 10:21AM
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom