Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
Need a project to sink my teeth in to...
  • 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]

    plus some other bits...

    If you have some ideas let me know...
    Skype: mrpt3o
    Twitter: MrPteo


    image
  • Sh3llc0d3
    Posts: 1,910
    - Relational Database [damn didn't see it on your list lol]
    - FTP Server [Net::SSH ?]
    - Network monitor [Net::Pcap ?]
  • hmm might make a network monitor,

    Edit:
    having issues installing the module, cant find a reference to C package -devel anywhere

    gonna keep looking into that, anymore ideas are welcomed
    Skype: mrpt3o
    Twitter: MrPteo


    image
  • Mr. P-teoMr. P-teo
    Posts: 269
    Decided to rewrite my database, gonna include many more features etc.
    Skype: mrpt3o
    Twitter: MrPteo


    image
  • Xin
    Posts: 3,251
    Captcha cracker :)
    Xin
  • Mr. P-teoMr. P-teo
    Posts: 269
    said:


    Captcha cracker :)



    Pft xD i wouldn't even know where to start with this haha
    Skype: mrpt3o
    Twitter: MrPteo


    image
  • sangf
    Posts: 203
    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.