Advertisement

Results for "Author: joseph ninan"

2002ASP #1267
Bruteforce Password Cracker V3

This program enables you to perform dictionary based attacks, and also attacks based on Permutations and combinations of n letter words from m characters against any host program. You can use this to crack Zip passwords.You may also add your code to make use of the words obtained.

2002ASP #1268
Permutations & Combinations + BF Password Cracker

Finds out all possible combinations and permutations of any size from a set of characters which you can choose. Alternatively you can use the combinations thus derived to perform bruteforce attacks against another program or you may even add code directly to manipulate the words derived.You can make a dictionary and also there is a demo mode and also it is easier for you to set up the bruteforce attack when compared to my earlier program. Check it out.Also included is another program against which you could test the bruteforce attack. Specify two {ENTER}{ENTER} as the setup key.

2002ASP #1269
bruteforce password cracker

This program essentially sends in a sequence of keys to the currently active window. So load your host program and this bruteforce cracker and you could soon be in. For Eg. If you have forgotten your WinZip password let this program repeatedly put in numerous passwords from a dictionary file or just a sequence of numbers to let you into the program

2002ASP #1270
SMTP email without mswinsck.ocx using Windows API's

SMTP email without mswinsck.ocx using Windows api's Hai friends at psc... This is the implementation of smtp (Simple Mail Transfer Protocol) using the winsock.dll. Till now i have seen only implentations of the above protocol using the bulky activex control mswinsck.ocx(106 kb). All you have to do is to include the module in your program and call the smtp( ...) function. It will return a 1 if succesful, 0 if an error occured during transmission and -1 if a serious error ocuured. Your mail enabled program will be just about 30kb...Wonderful...No need of any support ocx files for your program to work. This program uses just pure windows api's only..Send in your comments and bug reports to josephninan@crosswinds.net.. The problem is that i have done extensive tests with the loopback ip address(127.0.0.1) running a mail server on my machine...Hadnt got the time to check out live at the net. Also do mail me the latest version of the winsock.dll's basic module if you have...Thanks in advance

2002ASP #1271
Recieve POP3 email without using mswinsck.ocx using pure Windows API's

Recieve POP3 email without using mswinsck.ocx using pure Windows API's Hai friends.. Its me again...few days ago i had submitted a code on how to send SMTP email without using winsock.ocx and just pure windows API calls......I got lots of comments on that and some of you requested a similar POP( Post Office Protocol ) email reciever.....Here is an untested version of POP email reciever.....I have done test with my own mail server and machine but not on the internet.....You guys should do that part.....I will soon update the code if it contains any errors....but for now this is it.........Also all you have to do is to include popmail.bas and winsock.bas to your project and just call the popconnect, getmail functions which i have written....The small bug in my earlier program has been debugged and the thing is working fine...Do send in your comments and bug reports at josephninan@crosswinds.net.....And do vote for me..... Bye for now Joseph

2002ASP #1272
A keylogger that makes sense

I named it sensible keylogger because the output makes sense. What is the use of Logging Function keys and page up keys and so on. If you want that function check out the earlier keyloggers at PSC(esp CodeUpload1575.zip). My Keylogger is able to distinguish between Capitals and Small Letters. It is able to trap ~!@#$%^&*()_+|":?>

2002C #9871
Bruteforce Password Cracker V3

This program enables you to perform dictionary based attacks, and also attacks based on Permutations and combinations of n letter words from m characters against any host program. You can use this to crack Zip passwords.You may also add your code to make use of the words obtained.

2002C #9872
Permutations & Combinations + BF Password Cracker

Finds out all possible combinations and permutations of any size from a set of characters which you can choose. Alternatively you can use the combinations thus derived to perform bruteforce attacks against another program or you may even add code directly to manipulate the words derived.You can make a dictionary and also there is a demo mode and also it is easier for you to set up the bruteforce attack when compared to my earlier program. Check it out.Also included is another program against which you could test the bruteforce attack. Specify two {ENTER}{ENTER} as the setup key.

2002C #9873
bruteforce password cracker

This program essentially sends in a sequence of keys to the currently active window. So load your host program and this bruteforce cracker and you could soon be in. For Eg. If you have forgotten your WinZip password let this program repeatedly put in numerous passwords from a dictionary file or just a sequence of numbers to let you into the program

2002C #9874
SMTP email without mswinsck.ocx using Windows API's

SMTP email without mswinsck.ocx using Windows api's Hai friends at psc... This is the implementation of smtp (Simple Mail Transfer Protocol) using the winsock.dll. Till now i have seen only implentations of the above protocol using the bulky activex control mswinsck.ocx(106 kb). All you have to do is to include the module in your program and call the smtp( ...) function. It will return a 1 if succesful, 0 if an error occured during transmission and -1 if a serious error ocuured. Your mail enabled program will be just about 30kb...Wonderful...No need of any support ocx files for your program to work. This program uses just pure windows api's only..Send in your comments and bug reports to josephninan@crosswinds.net.. The problem is that i have done extensive tests with the loopback ip address(127.0.0.1) running a mail server on my machine...Hadnt got the time to check out live at the net. Also do mail me the latest version of the winsock.dll's basic module if you have...Thanks in advance

2002C #9875
Recieve POP3 email without using mswinsck.ocx using pure Windows API's

Recieve POP3 email without using mswinsck.ocx using pure Windows API's Hai friends.. Its me again...few days ago i had submitted a code on how to send SMTP email without using winsock.ocx and just pure windows API calls......I got lots of comments on that and some of you requested a similar POP( Post Office Protocol ) email reciever.....Here is an untested version of POP email reciever.....I have done test with my own mail server and machine but not on the internet.....You guys should do that part.....I will soon update the code if it contains any errors....but for now this is it.........Also all you have to do is to include popmail.bas and winsock.bas to your project and just call the popconnect, getmail functions which i have written....The small bug in my earlier program has been debugged and the thing is working fine...Do send in your comments and bug reports at josephninan@crosswinds.net.....And do vote for me..... Bye for now Joseph

2002C #9876
A keylogger that makes sense

I named it sensible keylogger because the output makes sense. What is the use of Logging Function keys and page up keys and so on. If you want that function check out the earlier keyloggers at PSC(esp CodeUpload1575.zip). My Keylogger is able to distinguish between Capitals and Small Letters. It is able to trap ~!@#$%^&*()_+|":?>

2002VB #18475
Bruteforce Password Cracker V3

This program enables you to perform dictionary based attacks, and also attacks based on Permutations and combinations of n letter words from m characters against any host program. You can use this to crack Zip passwords.You may also add your code to make use of the words obtained.

2002VB #18476
Permutations & Combinations + BF Password Cracker

Finds out all possible combinations and permutations of any size from a set of characters which you can choose. Alternatively you can use the combinations thus derived to perform bruteforce attacks against another program or you may even add code directly to manipulate the words derived.You can make a dictionary and also there is a demo mode and also it is easier for you to set up the bruteforce attack when compared to my earlier program. Check it out.Also included is another program against which you could test the bruteforce attack. Specify two {ENTER}{ENTER} as the setup key.

2002VB #18477
bruteforce password cracker

This program essentially sends in a sequence of keys to the currently active window. So load your host program and this bruteforce cracker and you could soon be in. For Eg. If you have forgotten your WinZip password let this program repeatedly put in numerous passwords from a dictionary file or just a sequence of numbers to let you into the program

2002VB #18478
SMTP email without mswinsck.ocx using Windows API's

SMTP email without mswinsck.ocx using Windows api's Hai friends at psc... This is the implementation of smtp (Simple Mail Transfer Protocol) using the winsock.dll. Till now i have seen only implentations of the above protocol using the bulky activex control mswinsck.ocx(106 kb). All you have to do is to include the module in your program and call the smtp( ...) function. It will return a 1 if succesful, 0 if an error occured during transmission and -1 if a serious error ocuured. Your mail enabled program will be just about 30kb...Wonderful...No need of any support ocx files for your program to work. This program uses just pure windows api's only..Send in your comments and bug reports to josephninan@crosswinds.net.. The problem is that i have done extensive tests with the loopback ip address(127.0.0.1) running a mail server on my machine...Hadnt got the time to check out live at the net. Also do mail me the latest version of the winsock.dll's basic module if you have...Thanks in advance

2002VB #18479
Recieve POP3 email without using mswinsck.ocx using pure Windows API's

Recieve POP3 email without using mswinsck.ocx using pure Windows API's Hai friends.. Its me again...few days ago i had submitted a code on how to send SMTP email without using winsock.ocx and just pure windows API calls......I got lots of comments on that and some of you requested a similar POP( Post Office Protocol ) email reciever.....Here is an untested version of POP email reciever.....I have done test with my own mail server and machine but not on the internet.....You guys should do that part.....I will soon update the code if it contains any errors....but for now this is it.........Also all you have to do is to include popmail.bas and winsock.bas to your project and just call the popconnect, getmail functions which i have written....The small bug in my earlier program has been debugged and the thing is working fine...Do send in your comments and bug reports at josephninan@crosswinds.net.....And do vote for me..... Bye for now Joseph

2002VB #18480
A keylogger that makes sense

I named it sensible keylogger because the output makes sense. What is the use of Logging Function keys and page up keys and so on. If you want that function check out the earlier keyloggers at PSC(esp CodeUpload1575.zip). My Keylogger is able to distinguish between Capitals and Small Letters. It is able to trap ~!@#$%^&*()_+|":?>

1_2002 #105229
Bruteforce Password Cracker V3

This program enables you to perform dictionary based attacks, and also attacks based on Permutations and combinations of n letter words from m characters against any host program. You can use this to crack Zip passwords.You may also add your code to make use of the words obtained.

1_2002 #105230
Permutations & Combinations + BF Password Cracker

Finds out all possible combinations and permutations of any size from a set of characters which you can choose. Alternatively you can use the combinations thus derived to perform bruteforce attacks against another program or you may even add code directly to manipulate the words derived.You can make a dictionary and also there is a demo mode and also it is easier for you to set up the bruteforce attack when compared to my earlier program. Check it out.Also included is another program against which you could test the bruteforce attack. Specify two {ENTER}{ENTER} as the setup key.

Languages
Top Categories
Global Discovery