Pario TechnoBlob
About Posts

Posts

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
Using sed to replace text with slashes This is the right way to replace slashes sed -e 's,/usr/bin,/home/bin,g' Usually you replace text this way sed -e 's/text1/text2/g' You can use any character in place of those...
Apr 25, 2007 5:09PM
Using sed to delete empty lines sed '/^$/d' input-file
Apr 24, 2007 1:57PM
List fonttypes imagemagick supports identify -list Type
Apr 21, 2007 12:30AM
«« « 1 2 3  …  103 104 105  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom