home

Tags

Finding “Rcon Passwords” with google Options

September 20th, 2006

Find Counter strike rcon passwords, saved in the server.cfg.
inurl:server.cfg rcon password

Find “robot.txt” Files [read for more info]

September 20th, 2006

The robots.txt file serves as a set of instructions for web crawlers. The “disallow” tag tells a web crawler where NOT to look, for whatever reason. Hackers will always go to those places first!
"robots.txt" "Disallow:" filetype:txt

Finding Rar File with google

September 20th, 2006

You can find almost every rar file

intext:"rar" intitle:"Index of /"

Find 命令的使用

March 24th, 2006

Find
在一个文件或多个文件中搜索指定的文本字符串。搜索指定的文件后,find 将显示包含指定字符串的所有行。\r

语法
find [/v] [/c] [/n] “String” [[Drive:][Path]FileName[…]]

参数
/v

显示不包含指定 String 的所有行。\r

/c

计数包含指定 String 的行并显示总行数。\r

/n

将文件行号置于每行开头。\r

/i

指定搜索不区分大小写。\r

[more…]