+ Reply to Thread + Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Blackhat Toolkit?

  1. #1
    Noobie
    Join Date
    Apr 2008
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Blackhat Toolkit?

    Hello all!

    I just wanted to gauge the interest on a community code project.

    I'm thinking some kind of blackhat toolkit, developed in VB6 with modules created by the users and uploaded here.

    Imagine if you will a framework for things like view spoofing, trackback/comment spam, pinging, account creation, link scraping where each tool is a module that can be downloaded and plugged in.

    Maybe uploaded as a VB Form and Bas file, so people could compile their own tools.

    It would serve two purposes; put some tools out there for everybody, and help newer blackhats learn a thing or two about dev.

    Thoughts?

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'd be interested in something like this, as well as developing for something like this, however I do not think that VB6 is the right language for this. I think it may be easier to use a VB.Net/C# setup.

    VB6 is relatively outdated, and there are so many different ways to do the same thing in VB6. My vote is for a unified .Net plugin system.

  4. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It's a good idea, but as @websicosys I vote for C#

    We can design a plugin architecture by using interfaces and IoC.

    I would love to help

  5. #4
    Noobie
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah, one of the great things about the .Net framework is we can setup one app that will execute plugins via System.Reflection, that way all the other coders can create plugins with any .Net language (C++,C#,VB,IronPython, etc..)

  6. #5
    Noobie
    Join Date
    Apr 2008
    Posts
    47
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I used to do a lot of VB6 coding but I let it slide when I started on the internet marketing stuff. I would love to learn how to use it for doing blackhat stuff and bots, but in NET.

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Vote for C#...

    What about a invitation only SVN anyone? I have a pretty good SOCKS library I wouldnt mind sharing... and a CWebBroswer class that is pretty nifty xx

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ye, think this is a great idea, i wouldn't mind getting in on the act.

  9. #8
    Noobie
    Join Date
    Apr 2008
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well I have thought of two useful interfaces!

    namespace SeoApi
    {
    using System;
    using Business;
    public interface Node
    {
    Guid Guid { get; }
    Professional Owner { get; }
    }
    }

    namespace SeoApi.Business
    {
    using System;
    using System.Net;
    public interface Professional
    {
    IPHostEntry CommunicationPoint { get; set; }
    }
    }

  10. #9
    Senior SEO Specialist
    Join Date
    Apr 2011
    Location
    Bangladesh
    Posts
    695
    Thanks
    6
    Thanked 6 Times in 6 Posts

    Default

    i am also interested in konwing this. i am totally illiterate about the Black hat. so its time to know about these.
    thanks

  11. #10
    Noobie
    Join Date
    Apr 2011
    Posts
    5
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Metasploit

    Sounds like metasploit for blackhat SEO. You probably could just add some metasploit modules to do what you wanted, instead of re-writing it from scratch. Lots of people are fluent in Ruby these days.

+ Reply to Thread
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts