Search:

Type: Posts; User: Simon Templer; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    11,580

    Forensics Checklist

    Hey tonybradley,

    It is actually very common for large companies to have incident response policies, most smaller businesses, smaller educational institutes, usually lack the resources to have or...
  2. Replies
    6
    Views
    3,439

    The Language

    Black-Mage21 ,

    The language is VBScript.

    Simon Templer :)
  3. Replies
    6
    Views
    3,439

    You left out an End If

    hollow_man,

    You left out an "End If"


    I = 1
    SUM = 0

    WHILE (I < 11)
    AI = "A" & I
  4. Replies
    7
    Views
    6,511

    Hmmmm

    You know guys and gals,

    Believe it or not, you can learn alot from studying virii source code. I remember when I first started programming many years back, I studied virii for quite some time. ...
  5. Replies
    3
    Views
    5,521

    Encrypting Images

    Hello netspy00,

    Are you wanting ecrypted data inside of images OR encrypted image files?

    If you want the encrypted data inside of images, then that is actually pretty easy... there are alot of...
  6. Replies
    23
    Views
    8,084

    Wow

    Wow, :eek:

    I'm surprised that their were actually people that have read it!!

    I remember I found it in the clearence section of a Walden Bookstore for like $5.

    Ennis,

    When I first read...
  7. Replies
    23
    Views
    8,084

    Just Curious?

    Hello Everyone,

    Boy it's been a long time since my last post!

    Has anyone read the book "The Hacker Ethic" by Pekka Himanen?

    It’s not like an Internet text (Although I’m sure you might...
  8. Hmmm

    Hey Rogue,

    What does he want to do with it? Play Games, Programming, Web Surfing...?

    I have an OLD 486 Laptop, that is similiar to the specs on your friends computer (small HD, 486, 16MB Ram). ...
  9. Replies
    10
    Views
    7,841

    Digital Rights Management Software != Virii or...

    Digital Rights Management Software != Virii or Trojans

    DRM is used to ensure that you payed for what you are using!!

    You do pay for stuff right? ;)

    -Simon Templer :)
  10. Replies
    4
    Views
    7,055

    Congrats

    Congrats Ammo,

    You figured it out!!! :)

    I guess that was too easy eh? :confused:

    - Simon Templer
  11. Replies
    9
    Views
    4,403

    1984 = 2002

    I remember reading an article on Security Focus about Nicodemo Scarfo Jr's case. That was about the same time that everyone was talking about Magic Lantern!

    If you guys felt a little uneasy about...
  12. Replies
    4
    Views
    7,055

    Crypto Challenge

    Ok... I figured I'd go ahead and post a challenge (Hell everyone else is doing it! ;) )

    Here we go:

    This is a simple encrpytion that uses an encryption key:

    Text: t (Lower Case)...
  13. Replies
    9
    Views
    12,512

    VB Help

    July,

    I know how it is when don't have good documentation, Here are a few sites that might be helpful for you:

    http://www.vbworld.com/

    They have some good beginning tutorials on COM, and...
  14. Replies
    9
    Views
    12,512

    The magic word is Scope

    Both DTech and nebulus200 are correct either one would work...If you can't find it in your book then here ya go: :)

    Note: I didn't look at your code, so these are just examples

    In A Module:
    ...
  15. I tihink that is already been posted:...

    I tihink that is already been posted:
    http://www.antionline.com/showthread.php?s=&threadid=230966

    :)

    Simon Templer
  16. Replies
    6
    Views
    3,363

    Hmm

    SynapticFailure,



    Yes, it is possible :)



    NO
  17. Replies
    6
    Views
    5,690

    There are other possibilities!!

    You know guys & gals...

    Maybe he has his terms mixed up?

    Because from what I've read...


    If we remove the word Trojan...It sounds like one of the vulnerabilities Hotmail HAD with it's...
  18. Replies
    4
    Views
    4,206

    OLD!!!

    Hello Everyone,

    The scrapfile "trick" is really really OLD...

    The .SHS file extension (and other "hidden" extensions) can be shown by using RegEdit to remove the "NeverShowExt" key. :)

    Simon...
  19. Thread: Active X

    by Simon Templer
    Replies
    3
    Views
    4,183

    Hmmm

    Hmm...First off: "Create Object" is usually one word: CreateObject("whatever")

    Second: What is this "Question", with the yes or no buttons? It sounds like a Scripting Error Dialog Box ("Do you...
  20. Replies
    4
    Views
    3,213

    Solution

    Hello Everyone,

    Here is something that I usually do:

    I write a sub that will load the DataGrid/ListView/Whatever.

    For example:

    Public Sub LoadListView()
  21. Replies
    18
    Views
    18,313

    Nice Idea

    I like the idea of the "crypto challenge"

    But ummm... maybe a hint would help?

    Is it like a cryptoquip?, or is it like encrypted with a variation of ROT-39?
  22. Replies
    2
    Views
    3,766

    Hello Everyone, The college I work for, asked...

    Hello Everyone,

    The college I work for, asked me to write an application that would restrict programs, similiar to Application Security. The way I layed my program out was as follows:

    You have...
  23. Replies
    28
    Views
    18,614

    The So-Called JPEG Infector

    Wow, it's been a while since I've posted (months!!!)

    Hello Everyone,

    I noticed this thread, and I thought that maybe I could help by offering a programming perspective:

    When I first read...
  24. Replies
    10
    Views
    8,556

    Poll: Nice Idea but....

    Hello Guus...

    I suggested this idea a little while ago with limited success...

    http://www.antionline.com/showthread.php?s=&threadid=124153&perpage=15&pagenumber=2 :)

    I decided that this was...
  25. Clean-Up Programs

    Hello Schmoo,

    There used to be an old program called McAfee Nuts & Bolts...It had several utilities, including a registry cleaning utility. Nuts & Bolts also had optimization utilities...but best...
Results 1 to 25 of 173
Page 1 of 7 1 2 3 4