Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 10 of 10

Thread: BullDog Secuirty Fake Anti-Virus

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post BullDog Secuirty Fake Anti-Virus

    I've been seeing these people making a fake virus scanner in Vb. Java is soooo much more pro. So I took my shot at it. I need suggestions for future stuff. All things work 100% beside the Malware Scanner which I will soon work on.
    Pix nd Such.
    Attached Images Attached Images
    mtsmts.


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: BullDog Secuirty Fake Anti-Virus

    So your writing a fake virus scanner? For what purpose?

    I see clients infected with this kind of thing on a daily basis. It's very annoying.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Jul 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: BullDog Secuirty Fake Anti-Virus

    Quote Originally Posted by JavaPF View Post
    So your writing a fake virus scanner? For what purpose?

    I see clients infected with this kind of thing on a daily basis. It's very annoying.
    It's made to out do the people making fake anti viruses in Vb.
    Vb is a stupid language.
    I wanted to show people some real coding in a real language.
    Hackforums banned the thread I had there because It was a fake program?
    But of course it is.
    It is made to be fake not for real use.
    Hopefully I can keep this thread here >.>
    mtsmts.

  4. #4
    Member Darryl.Burke's Avatar
    Join Date
    Mar 2010
    Location
    Madgaon, Goa, India
    Posts
    494
    Thanks
    8
    Thanked 48 Times in 46 Posts

    Default Re: BullDog Secuirty Fake Anti-Virus

    Don't you have anything better to do?

    db

  5. #5
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: BullDog Secuirty Fake Anti-Virus

    How about actually adding in some virus detection

    // Json

  6. #6
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: BullDog Secuirty Fake Anti-Virus

    If a hack forum banned your thread then you don't have much more of a chance here im afraid.

    We are against illegitimate activities. If this is just for fun, then it may pass as OK but if you are planning on infecting people then there will be a problem.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  7. #7
    Junior Member
    Join Date
    Jul 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: BullDog Secuirty Fake Anti-Virus

    Quote Originally Posted by Darryl.Burke View Post
    Don't you have anything better to do?

    db
    This is once again just to show people a program that is better created in java than Vb. Mine is obviously inferior than the ones you will find on youtube.
    Quote Originally Posted by Json View Post
    How about actually adding in some virus detection

    // Json
    That would be sick.
    Quote Originally Posted by JavaPF View Post
    If a hack forum banned your thread then you don't have much more of a chance here im afraid.

    We are against illegitimate activities. If this is just for fun, then it may pass as OK but if you are planning on infecting people then there will be a problem.
    This is just to show people that a fake antivirus is better made in java than Vb. Youtube it if you don't get the concept. I do not provide a download for this because I want this to stay here. They thought the download contained a virus and that I was showing that fake antivirus could not pick it up 0_0 they did not understand the concept. There is no threat here. If anyone wants the source they can pm me. And all they will get is a netbeans project. Nothing virus related.
    mtsmts.

  8. #8
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: BullDog Secuirty Fake Anti-Virus

    The sort of people that write these applications do so for illegitimate gains. You say it's no harm but these apps are 100% annoying and cause a lot of problems for people even though they are not "real".

    I work for an IT company whos engineers are removing these types of malware on a daily basis. I do not condone them in any way. I'm not sure if im happy promoting this kind of application here.

    There are plenty of other "hacking" forums that would be happy to host your source and application.

    If the general feeling here is that this isn't good, I may remove the thread. Please don't take offense.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  9. #9
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: BullDog Secuirty Fake Anti-Virus

    VB is meant and designed to be a scripting language, and as such has a different scope than that of Java. I don't think there's really anything VB can't do that Java can (other than a few specific cases, or varying implementations/names).

    Adding an actual virus scanner would be good, though I'm not sure you'd be able to do this in pure Java since you'd need to scan the contents of the memory and not just the file system.

  10. #10
    Junior Member
    Join Date
    Jul 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: BullDog Secuirty Fake Anti-Virus

    Quote Originally Posted by JavaPF View Post
    The sort of people that write these applications do so for illegitimate gains. You say it's no harm but these apps are 100% annoying and cause a lot of problems for people even though they are not "real".

    I work for an IT company whos engineers are removing these types of malware on a daily basis. I do not condone them in any way. I'm not sure if im happy promoting this kind of application here.

    There are plenty of other "hacking" forums that would be happy to host your source and application.

    If the general feeling here is that this isn't good, I may remove the thread. Please don't take offense.
    I get where your coming from but that's exactly why there is no download for this program.I'm getting bored with this development. You can lock this thread if you want.
    mtsmts.