Free Tools Programming...

Mission Ashwamedh

Junior Member
Joined
Jul 4, 2012
Messages
187
Reaction score
118
I have got some expertise in .NET programming and I have decided to share some programs, made by me, FREE for BHW!

All programs have tested thoroughly and have virus total included.

Feel free for improvements and new feature requests.

Send me a PM or

talk to me on skype: mission.ashwamedh

Have a Great Day...

;)
 
Last edited:
Program #1: Free Image Scraper:

Capture.PNG

This tool scrapes images from webpages have img tag in it's html.

This program is fully multithreaded and supports filter...

Code:
[URL]http://www.mediafire.com/download/upqycwbz02cd2w5/ImageScraper.exe[/URL]

Code:
[URL]https://www.virustotal.com/en/file/413caacd84d905fb93546a86892c7be249f54fdb515cbe74ec11c7c8b768dab6/analysis/1373642921/[/URL]
[TABLE="width: 100%"]
[TR]
[TD]SHA256:[/TD]
[TD]413caacd84d905fb93546a86892c7be249f54fdb515cbe74ec11c7c8b768dab6[/TD]
[/TR]
[TR]
[TD]File name:[/TD]
[TD]ImageScraper.exe[/TD]
[/TR]
[TR]
[TD]Detection ratio:[/TD]
[TD="class: text-green"]0 / 47[/TD]
[/TR]
[TR]
[TD]Analysis date:[/TD]
[TD]2013-07-12 15:28:41 UTC ( 0 minutes ago )[/TD]
[/TR]
[/TABLE]
 
Last edited:
Any chance you could post the project file so we could look at the source?

A .sln file for Visual Studio or something?

Nice share either way :)
 
I would be interested in taking a look at what you have.
 
Any chance you could post the project file so we could look at the source?

A .sln file for Visual Studio or something?

Nice share either way :)

Source code:

Code:
:D

[COLOR=#00008B]string[/COLOR] localFilename = [COLOR=#800000]@"c:\localpath\tofile.jpg"[/COLOR];using([COLOR=#2B91AF]WebClient[/COLOR] client = [COLOR=#00008B]new[/COLOR] [COLOR=#2B91AF]WebClient[/COLOR]()){    client.[COLOR=#2B91AF]DownloadFile[/COLOR]([COLOR=#800000]"http://www.example.com/image.jpg"[/COLOR], localFilename);}
 
Next is webpage to image/pdf generator...
 

Attachments

  • webcapture.png
    webcapture.png
    46.2 KB · Views: 29
  • mediafire.jpg
    mediafire.jpg
    64.1 KB · Views: 29
Last edited:
Program #2: This Program captures webpages and convert it in to images or pdf...
View attachment 34045View attachment 34046

Code:
http://www.mediafire.com/download/o92lqlar6n4ls4h/Website_Capture.rar

Code:
[URL]https://www.virustotal.com/en/file/c44a26f55a22a1b1ee9ab0033cd53408afe812a497c658a3d0f5d5f8e6ac4a47/analysis/1352197961/[/URL]
 
Last edited:
Cool work mate, Share some more bots and scrapers mate.
 
Thank you so much for the gift on my birthday. Now make some seo tools that will run on ubuntu
 
Back
Top