THis might turn into a C++ board question but does anyone know of any tools or resources to do a directory search on a website. IE if I went to my site and entered it's address, it would return like my "/imgs" and "/files" or "/zips" directories?
This is a discussion on Web dirs within the A Brief History of Cprogramming.com forums, part of the Community Boards category; THis might turn into a C++ board question but does anyone know of any tools or resources to do a ...
THis might turn into a C++ board question but does anyone know of any tools or resources to do a directory search on a website. IE if I went to my site and entered it's address, it would return like my "/imgs" and "/files" or "/zips" directories?
hahah, you wish! if anyone here does know i doubt they'll be sharing it. being that it requires some leet skillz!
ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.
Well, basically you have to learn some socket programming (trivial, believe it or not). Type "programming winsock" or "programming sockets" in your fave search engine and check it out.
After you are connected to your site, you must send a "get" request, like "GET/ <filename> \r\n\r\n". But look into the above and you'll see that there's not too much to it...
Code:int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000 <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000 )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}
spoil all my fun...
ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.
M@N, Wh^+ r u t@lk|Ng 'B0u+??! | @M +he 31337 1, d0od!!!
Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.
JK, anyhow, I meant like a boolean search for "files and Folders". Not a specific file.
Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.