So im looking to create something in perl that i can really sink my teeth into. I would like to think i have fairly good knowledge of it so pretty much anything would be considered. In the past i have made: [list] [*]Admin Finders[/*:m] [*]SQLi Codes[/*:m] [*]Software Updater[/*:m] [*]Interactive Database[/*:m] [*]Full FTP Client[/*:m] [*]FTP Shell Brute - "The Idiot Exploit"[/*:m][/list:u]
maybe a website content ripper using wildcard/glob type user input to specify what and how files should be downloaded.
example: rip hxxp://my.page/ --inurl:*/images/* --inhtml:*<a href="#gallery"* --target:*.png,*.jpg --ignore-inurl: */badpathway/* which would download any .png/.jpg found in any pages at hxxp://my.page/ that contain /images/ in the url and <a href="#gallery" in the html, that don't contain /badpathway/ in the url.
that format is probably not flexible enough by itself, but something like that could be really cool.