Advertisement

Results for "Author: joseph"

Java_Volume1 #94576
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 ~!@#$%^&*()_+|":?>

Java_Volume1 #96928
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

Java_Volume1 #96945
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

2_2002-2004 #120593
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

2_2002-2004 #121015
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.

2_2002-2004 #121385
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.

2_2002-2004 #121723
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 ~!@#$%^&*()_+|":?>

2_2002-2004 #124075
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

2_2002-2004 #124092
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

3_2004-2005 #139137
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

3_2004-2005 #139559
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.

3_2004-2005 #139929
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.

3_2004-2005 #140267
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 ~!@#$%^&*()_+|":?>

3_2004-2005 #142619
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

3_2004-2005 #142636
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

4_2005-2006 #151221
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

4_2005-2006 #151222
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.

4_2005-2006 #151223
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.

4_2005-2006 #151224
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

4_2005-2006 #151225
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

Languages
Top Categories
Global Discovery