Advertisement

Results for "Category: Security"

2_2002-2004 #127440
No Control C Password

This is a password script. Every charachter the user input it displays a star. the password is kcTHEgreat. Catches Control c (Taught to me by a friend :)) so the only way out is to enter the correct password. If you like and think it's secure put it in your autoexec.bat

2_2002-2004 #127551
A password program with a small difference

Yet another password program!! This one takes into account the backspace key, a feature which i didn't find in the other password programs on this site.

2_2002-2004 #127573
hide multiple streams in 1 file

Example of how to stream data behind a "facade" file. Stream 1M behind a 1K text file, and explorer/DIR still shows the file to be 1K. According to "Hacking Exposed 2ED" there is only one application that can find these streams.

2_2002-2004 #127588
RSA encryption library

UPDATED: UI and DLL Free REAL RSA encryption 2048 bits security library. WARNING NOTE: Use this RSA library wisely, I, Hariyanto Lim, the author, will NOT be liable for any damage of any kind caused by this FREE library. This is library is subject to export law of each country, consult your local law adviser (lawyer) before using this library for commercial purpose.

2_2002-2004 #127592
Windows Simple Encryption

It can load a text file or take typed text and encrypt it using a very simple algorithm. More MFC stuff for school. Hope you like it

2_2002-2004 #127606
The Creeper - finds all shares on a domain and searches them for interesting files to retrieve.

This is a professional level app. I wrote it as shareware, but for fellow coders.. well it's all yours. It finds all shares on a domain. then the creeper will search these shares for files that the user defines in the GUI. once found, the app will dl them to your local system. - You can also use it as a security tool to determine how many unsecured shares are on your domain.

2_2002-2004 #127728
Enable / Disable Start Menu

Enable or disable the start menu in one line of code.

2_2002-2004 #127775
And Yet Another File Shredder (fixed!)

This is not really meant as a repost of the one Jared Bruni did (there are some similarties, I admit...only in two cases); this is more of a demonstration of a more efficient way to perform the same task (i.e. no dynamic memory required and writting directly to the file). And, just to keep things a little interesting, this one can delete stuff from a list containing filenames. Vote/Comment/whatever, just keep the "you stole someone else's idea" stuff/flames (which I didn't) to a minimum, k? (update: fixed a slight logic bug and added a little extra error checking in the getline function) update 5-12-02: It's fixed now, according to the software I used to test it (R-undelete). Give it a whirl :)

2_2002-2004 #127865
Hidden Password

This code allows the user to imput a password (within a C++ program) without any text being displayed on-screen (not even *'s)

2_2002-2004 #127891
A L@@K! : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000! (using the registry)

***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP*** There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP using the registry. The key, 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : AutoAdminLogon (REG_SZ)' has only two legal values, according to Microsoft: "0" and "1". 0 disables automatic logon of the account stored, and 1 enables it. The strange thing is that if you set the key to "2"...

2_2002-2004 #127908
A Simple Password Program

This is a simple passowrd program that prints '*'s at the prompt. *UPDATED* Now the code allows you to use the 'backspace' key. Please leave feedback and let me know what you think.

2_2002-2004 #127991
Find hidden "back streamed" files on NTFS partitions. This code is a must for sec consultants.

With NTFS partitions, intruders can hide their toolkits behind a 'front file'. Explorer and DIR only show the front file and the size of the front file, leaving no clue as the hidden 'back streamed' files. This code finds them. You can back stream a file like this "copy MyTrojanProgram.exe SomeSystemFile.ini:MyTrojan.exe" SomSystemFile.ini will stay the same size and the backstreamed trojan will be almost undetectable.

2_2002-2004 #128044
Absolute Security - Hidden Diskette

This is a programm (written in Assembler) that saves a file on a disk in RAW format, without FAT or anything. This means that data will be saved on your disk but it will be able to read only by your programm.

2_2002-2004 #128058
Winkey

Its an aunthication Program which you can use it to load at the windows startup by using Autoexec.bat file.

2_2002-2004 #128130
Recover Screen Saver Password

Like 2 Recover Your Lost Screen Laver Password using C program ??? To Recover your Lost Screen saver Password with a very little skill in Programming in C, The Programming is only 15 ~ 20 Lines :-)) Enjoy!!!

2_2002-2004 #128138
packet sniffer for windows

This programm sniffs connection between 2 hosts, and shows the source-ip/port, dest-ip/port, Flags,and the Packetdata(payload). It is a nice example for rawsockets with winsock. Test is and mail me ;=)

2_2002-2004 #128165
netCmd v1.02

Demonstrate how to spawn a shell on a remote computer bound to a port. If u like it, please VOTE!

2_2002-2004 #128244
Pe-file infector

This is an example how easy it is to manipulate the execution flow of an Pe-file (.exe) This little tool will patch a given file, to run the command 'cmd'. This example is not really usefull but as you can imagine that it is also posible to start a backdoor very stealth with this technic. How it works: 1. it will search for the last section of the exe 2. the it will search in the last section where are 69 NULL-bytes to paste your execution code 3. then it start to search for the position in the exe where the first 5 bytes of the code are. 4. save the bytes which will be overwritten (how much it will be u can define with the offset) 5. it will overwrite the bytes with a jump (E9) to the execution-code 6. generate the execution code thst it will look like this NOP + static code + WinExec address + saved bytes + back jump address 7. paste the exeution code at the postion of 2. End For question about this code please mail me.

2_2002-2004 #128270
CMOS Password Clear Utility

Purpose:- Save Time and Labour while clearing CMOS setup password.. Now you donn't need to open your computer and make jumper setting for clearing CMOS setup password. Here is the utility for that purpose. 100% tested on IBM or IBM compatible PC.

2_2002-2004 #128275
Hide Your Program

This code hides your applicatoin from CTRL+ALT+DEL List. Useful for spying purpose. Plz Do vote Me. or mail me for info , sirdneo@yahoo.com

Languages
Top Categories
Global Discovery