EvilZone

Programming and Scripting => Scripting Languages => Topic started by: Doddy on January 01, 2014, 05:22:18 AM

Title: [Perl] Project ParanoicScan 1.7
Post by: Doddy on January 01, 2014, 05:22:18 AM
As the first program of 2014 I bring you the new version of my ParanoicScan in its version 1.7, while some people stole the source code of the previous version of this program code, the issue is that not bother me that you used the code but only changed him the program name and the name of the author did not bother to change the names of the variables only changed the name of the author, for a moment hesitate to continue to share the code of this 2-year project working but despite that I continue to share the code of this program, besides explorer (of perlenespanol) recommended me to do another version of this program was to demonstrate that the real author so that the program has the dual function and arrange countless bugs that were in all the code.

[++] Old Options

Google & Bing Scanner that also scan :

 * XSS
 * SQL GET / POST
 * SQL GET
 * SQL GET + Admin
 * Directory listing
 * MSSQL
 * Jet Database
 * Oracle
 * LFI
 * RFI
 * Full Source Discloure
 * HTTP Information
 * SQLi Scanner
 * Bypass Admin
 * Exploit FSD Manager
 * Paths Finder
 * IP Locate
 * Crack MD5
 * Panel Finder
 * Console

[++] Fixes

[++] New options

* Ascii
 * Hex
 * Url
 * Bin To Text & Text To Bin

A video with examples of usage

- ParanoicScan 1.7 - Examples of use - (http://www.youtube.com/watch?v=-M59SEVTevc)

Available for download here :

Github (https://github.com/DoddyHackman/ParanoicScan)
GoogleCode (https://code.google.com/p/paranoicscan/source/browse/)
SourceForge (https://sourceforge.net/projects/paranoicscan/?source=directory)
PasteBin (http://pastebin.com/yKfJhCT2)

Good Bye
Title: Re: [Perl] Project ParanoicScan 1.7
Post by: d4rkcat on January 02, 2014, 11:26:23 PM
Holy heck!

This is the biggest script i've ever seen! 5326 Lines!!!!

You could definitely learn perl with just this script, many thanks
Title: Re: [Perl] Project ParanoicScan 1.7
Post by: lucid on January 03, 2014, 01:56:45 AM
Holy heck!

This is the biggest script i've ever seen! 5326 Lines!!!!

You could definitely learn perl with just this script, many thanks
The PHP cyber shell is close to 9000 lines.
Title: Re: [Perl] Project ParanoicScan 1.7
Post by: Kulverstukas on January 03, 2014, 08:18:54 AM
The PHP cyber shell is close to 9000 lines.
But it's not over nine thousand!
Title: Re: [Perl] Project ParanoicScan 1.7
Post by: lucid on January 03, 2014, 08:27:35 AM
But it's not over nine thousand!
Indeed
Title: Re: [Perl] Project ParanoicScan 1.7
Post by: youpi on January 05, 2014, 03:48:19 PM
Didn't try it out as it seems to need some additional perl libraries on MAC but I'll make sure to try it anytime soon.


If it does what it says, awesome tool I must say.
Title: Re: [Perl] Project ParanoicScan 1.7
Post by: humko on January 12, 2014, 02:36:37 AM
Awsome stuff, i made few modification, i will send them only to author, sorry i'm in not so kind like him =) for public here add new search engine(it's without limit)

Code: [Select]
    sub teoma {
        my ( $a, $b ) = @_;
        for ( $pages = 10 ; $pages <= $b ; $pages = $pages + 10 ) {
            my $code =
              toma( "http://www.teoma.com/web?q=" . $a . "&page=" . $pages );
            while ( $code =~ /(?<=href=")(.*?)"/mig ) {
                push( @founds, $1 );
            }
        }