Sinisterly
One of the best Scanners - Good tutorial - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking)
+--- Thread: One of the best Scanners - Good tutorial (/Thread-One-of-the-best-Scanners-Good-tutorial)



One of the best Scanners - Good tutorial - Bannedshee - 01-30-2013

Source Code: Get It Here

Instructions:



Windows:

Download Python


Once installed, make a new text document, get the source code for the scanner, and copy paste it inside the text document. Then click file > save as > scanner.py > save
Spoiler:
[Image: 6263c2af57c9517fbf2d48961c784761.png?1359510064]


Next open CMD, navigate to the directory of the file, once there, type scanner.py.
Spoiler:
[Image: 5d3b8d80ca8eaeed2c7384e5340e6255.png?1359510093]

Scan any website you want, or press enter to scan random websites. For good results, use 20+ threads, 100+ dorks, and 10+ pages.

Linux:

(Sorry, no images)

Copy the source code into a file and save it as scanner.py.

Open terminal and navigate to the location of the file.

Then type: python scanner.py


Scan any website you want, or press enter to scan random websites. For good results, use 20+ threads, 100+ dorks, and 10+ pages.


RE: One of the best Scanners - Good tutorial - Kinanizer - 01-30-2013

What makes this the best?


RE: One of the best Scanners - Good tutorial - Bannedshee - 01-30-2013

(01-30-2013, 03:01 AM)Kinanizer Wrote: What makes this the best?

I said one of the best, and because it uses python, meaning its available on multiple operating systems, allows you to choose threads, pages, dorks, and it has the option of either scanning a website you put in, or multiple, random websites.


RE: One of the best Scanners - Good tutorial - Kinanizer - 01-30-2013

(01-30-2013, 03:04 AM)Cyber-Savage Wrote:
(01-30-2013, 03:01 AM)Kinanizer Wrote: What makes this the best?

I said one of the best, and because it uses python, meaning its available on multiple operating systems, allows you to choose threads, pages, dorks, and it has the option of either scanning a website you put in, or multiple, random websites.

Ohhh, it's a website scanner. I thought it was a virus scanner. Thanks for the share.


RE: One of the best Scanners - Good tutorial - Bannedshee - 01-30-2013

(01-30-2013, 03:19 AM)Kinanizer Wrote:
(01-30-2013, 03:04 AM)Cyber-Savage Wrote:
(01-30-2013, 03:01 AM)Kinanizer Wrote: What makes this the best?

I said one of the best, and because it uses python, meaning its available on multiple operating systems, allows you to choose threads, pages, dorks, and it has the option of either scanning a website you put in, or multiple, random websites.

Ohhh, it's a website scanner. I thought it was a virus scanner. Thanks for the share.

lol your welcome

And you should probably examine the thread more before posting xD


RE: One of the best Scanners - Good tutorial - Kinanizer - 01-30-2013

(01-30-2013, 03:27 AM)Cyber-Savage Wrote:
(01-30-2013, 03:19 AM)Kinanizer Wrote:
(01-30-2013, 03:04 AM)Cyber-Savage Wrote:
(01-30-2013, 03:01 AM)Kinanizer Wrote: What makes this the best?

I said one of the best, and because it uses python, meaning its available on multiple operating systems, allows you to choose threads, pages, dorks, and it has the option of either scanning a website you put in, or multiple, random websites.

Ohhh, it's a website scanner. I thought it was a virus scanner. Thanks for the share.

lol your welcome

And you should probably examine the thread more before posting xD

I looked over it, I didn't bother looking at the spoilers because I had the impression they where for setting it up. And I wasn't going to waste my time unless I knew it was quality. Therefor I posted.


RE: One of the best Scanners - Good tutorial - DrBlowFish - 02-02-2013

Ahh thank you very much Cyber-Savage. This is going to help a lot of people on here. I Just made it, and already found about 10 vulnerable sites Biggrin


RE: One of the best Scanners - Good tutorial - 3SidedSquare - 02-02-2013

If it's in python, it's not going to be close to the best...
Python is all interpreted, so it'll be a lot slower than a C++ implementation of the same thing.

That being said, it's a nice example of how to do concurrency in python.


RE: One of the best Scanners - Good tutorial - i0xIllusi0n - 02-02-2013

(02-02-2013, 08:52 PM)3SidedSquare Wrote: If it's in python, it's not going to be close to the best...
Python is all interpreted, so it'll be a lot slower than a C++ implementation of the same thing.

That being said, it's a nice example of how to do concurrency in python.

A language will go slower than other just because it's that language. Seems legit.


RE: One of the best Scanners - Good tutorial - 3SidedSquare - 02-03-2013

(02-02-2013, 11:16 PM)i0xIllusi0n Wrote:
(02-02-2013, 08:52 PM)3SidedSquare Wrote: If it's in python, it's not going to be close to the best...
Python is all interpreted, so it'll be a lot slower than a C++ implementation of the same thing.

That being said, it's a nice example of how to do concurrency in python.

A language will go slower than other just because it's that language. Seems legit.

Yes.