1
Name:
Anonymous
2010-07-29 2:10
Hey there, quick question:
Say I have a website, blank.xxx, and I know all of their code is stored in a directory called /fap/, is there any easy way to scan this directory for all possible files?
2
Name:
Anonymous
2010-07-29 2:17
Not unless it's world-readable or you have another means of access than http.
4
Name:
Anonymous
2010-07-29 2:20
>>2
Is there a shell script to wget every string possible?
5
Name:
Anonymous
2010-07-29 2:27
>>4
That's basically a DoS attack. Not recommended.
6
Name:
Anonymous
2010-07-29 2:35
>>5
FUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUCk. And the worst thing is I already have a file
7
Name:
Anonymous
2010-07-29 5:19
>>4
xargs -0 wget < /dev/urandom
>>1
http://site .xxx/fap/" target='_blank'>http://lmgtfy.com/?q=site:blank.xxx+inurl:
http://site .xxx/fap/
8
Name:
Anonymous
2010-07-29 6:30
It's completely doable if the site exposes a directory listing.