![]() |
|
[Release] [Source] Google Shell Finder - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [Release] [Source] Google Shell Finder (/Thread-Release-Source-Google-Shell-Finder) |
[Release] [Source] Google Shell Finder - SQLi - 05-15-2013 Google Shell Finder Introduction I wanted to automate the process of getting public shells from Pastebin.com, so I whipped this program together to do precisely that. It's nothing fancy. Didn't know there was a Google API for .NET until I did a few searches. Source Google.vb Wrote:Imports Google.API Usage Wrote:System.IO.File.WriteAllText(Application.StartupPath & "\Shells.txt", Google.GetShells(20)) Download example program http://www.mediafire.com/ Credits (API and code) Google API for .NET API example usage RE: [Release] [Source] Google Shell Finder - ErroraBorealis - 05-15-2013 Thanks for this. I was wanting to find some shells. RE: [Release] [Source] Google Shell Finder - SQLi - 05-15-2013 (05-15-2013, 08:39 PM)Sinisterkid Wrote: Thanks for this. I was wanting to find some shells. I forgot to explain how the example program works, when it asks for a file to put the shells in, just press enter and it will create shells.txt in the programs startuppath. The dork isn't the best I admit, so you should compile your own program with the code I provided. RE: [Release] [Source] Google Shell Finder - Nefarious - 05-15-2013 This will be extremely useful for a project I am working on, thanks for the share man. |