Featured post

DDos Attack With Kali Linux [Websploit]

Hello Guys This is me Hackers Creed and Today We are going To learn  about how to create and Dos attack against Webserver with the help of ...

29 Jan 2016

Security Cheat Sheet From cewl [web crawler/spider]


# To spider a site and write all found words to a file
cewl -w <file> <url>

# To spider a site and follow links

to other sites
cewl -o <url>

# To spider a site using a given user-agent
cewl -u <user-agent> <url>

# To spider a site for a given depth and minimum word length
cewl -d <depth> -m <min word length> <url>

# To spider a site and include a count for each word
cewl -c <url>

# To spider a site inluding meta data and separate the meta_data words
cewl -a -meta_file <file> <url>

# To spider a site and store email adresses in a separate file
cewl -e -email_file <file> <url>

No comments:

Post a Comment