Search:

Type: Posts; User: tampabay420; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    4,879

    while technically still exploitable (an overflow...

    while technically still exploitable (an overflow i assume) the offsets would be soo different and vary so much between versions of wine and the *nix it's running on- i find it very unlikely you'd...
  2. Replies
    5
    Views
    3,797

    You should find many projects using VB with the...

    You should find many projects using VB with the pcap library.

    This comes from "http://winpcap.polito.it/misc/links.htm"

    # PacketVB
    Its an ActiveX for use with Visual Basic that wraps the...
  3. Replies
    5
    Views
    3,798

    api calls can be made with any programming...

    api calls can be made with any programming language (sort of)- it's the interface between app's and windows. my point being, don't let "api calls" be a concern when deciding what language you want to...
  4. Replies
    7
    Views
    6,651

    ettercap is very nice and versatile. the ARP...

    ettercap is very nice and versatile. the ARP functionality is fun too.
    http://ettercap.sourceforge.net/
  5. Thread: BBB DoS

    by tampabay420
    Replies
    5
    Views
    4,641

    i'm pretty sure he just uses a IMG Link... and...

    i'm pretty sure he just uses a IMG Link... and signatures like his is why i surf with no images! It's really annoying IMO when ppl use huge signatues! but of course- who am i to judge, i'm sure some...
  6. Replies
    22
    Views
    17,060

    a honey pot collects information about possible...

    a honey pot collects information about possible attacks... it sits around looking like a nice easy target, then collects all data from attackers to be analyzed later, many new attack techniques and...
  7. Replies
    6
    Views
    2,933

    www.linuxiso.org is a great place to download...

    www.linuxiso.org is a great place to download Linux distrobutions...
    there are several ways to network computers (in order to share the net connection), you're going to need a hub or switch if you...
  8. Replies
    3
    Views
    7,432

    http://www.w3schools.com/flash/flash_inhtml.asp

    http://www.w3schools.com/flash/flash_inhtml.asp
  9. Replies
    14
    Views
    5,199

    QBasic also has the "play" syntax... Play...

    QBasic also has the "play" syntax...


    Play "ABCGFE"

    there are also some timing/pitch modifiers that work with the play syntax...
    look at the help file for more info...
  10. Replies
    5
    Views
    4,369

    look for a file called msdos.sys there should...

    look for a file called msdos.sys

    there should be a line in there (something like BootBlah=1)

    i'm not sure (haven't been on a non-NT box in sooo long...)

    Change this Boot value to 0 and it...
  11. Replies
    4
    Views
    6,128

    someone with rights i don't have :D they...

    someone with rights i don't have :D

    they usually make sticky posts for things that are always needed... like FAQ's and Resources...
  12. Replies
    13
    Views
    9,660

    hm, that's weird... the syntax you [posted should...

    hm, that's weird... the syntax you [posted should be working? have you tried removing that extra line brake at the end of the headers?
  13. Replies
    8
    Views
    2,795

    here is a nice little page that should help to...

    here is a nice little page that should help to explain the whole computer thing ;)
    http://www.footefamily.org/train/howdo.htm
  14. Replies
    8
    Views
    2,795

    wow, creative 32x... that's great that you are...

    wow, creative 32x... that's great that you are interested in computers and how they work... although this may be the wrong forum for to start- this is a computer security forum (or it's supposed to...
  15. Replies
    9
    Views
    6,586

    too bad it's not in C, but here is an application...

    too bad it's not in C, but here is an application that i wrote a while back (some of the Netstat API code was taken from CodeGuru.com i think...)

    http://www.igordp.com/unerror/localinfo.jpg
    ...
  16. Replies
    9
    Views
    4,267

    well, here is the situation... I can easily do...

    well, here is the situation... I can easily do this using VBA macros... If not, i will have to look for some way to do this with Excel Formulas...
  17. Replies
    9
    Views
    4,267

    hey, if you don't mind using Macro(s) ... this...

    hey, if you don't mind using Macro(s) ...
    this would only take a few minutes...

    Is this tool for you or will it have multiple users?
  18. Replies
    9
    Views
    4,267

    yeah, and while you're at it, why don't you...

    yeah, and while you're at it, why don't you finish my Compensation Plans... (in excel...)

    LOL- I'm just messin' around...

    Tony: PM me a sample sheet/data!
  19. Replies
    4
    Views
    4,754

    if it's a txt File (not sure how encoding line by...

    if it's a txt File (not sure how encoding line by line will affect binaries) but...



    #Include yer lib(s)...

    open (FILE, "blah") || die;

    @gimmic = <FILE>;
  20. Replies
    15
    Views
    4,428

    ok? d0rk! it's like this site is more of a...

    ok? d0rk!

    it's like this site is more of a game and less of a valuable resource... please remember; we come here for the information- not the points!

    btw- showtime has never given me negative...
  21. Replies
    4
    Views
    4,546

    what OS are we running? i just did a goodle...

    what OS are we running? i just did a goodle search, and the only firewalls that i found to have "mangling" were iptables, etc... check out netfilter.org
  22. Replies
    6
    Views
    7,271

    here, i coded a GUI win32 Application that does...

    here, i coded a GUI win32 Application that does MD5 Checksums...

    TMCU (Tampa's MD5 Checksum Utility) :)
  23. Replies
    6
    Views
    7,271

    in Perl; use Digest::MD5; $ctx =...

    in Perl;
    use Digest::MD5;

    $ctx = Digest::MD5->new;

    #$ctx->add($data);

    open (FILE, $ARGV[0]) || die ("\nCan't Access File!\n");

    $ctx->addfile(*FILE);
  24. Replies
    17
    Views
    9,785

    ooh, nobody said anything about a firewall yet?...

    ooh, nobody said anything about a firewall yet? firewalls help a lot, this way you would know what application/service those IP(s) were attemtping to connect to...
  25. Replies
    4
    Views
    4,518

    tripwire and similar applications keep track of...

    tripwire and similar applications keep track of important files...
    keeping checksums could help...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4