Advertisement

Results for "Author: no0ne"

2_2002-2004 #120988
Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn't want to re-create DOS, BUT the Prompt that DOS does use is it's directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for a listing of files and folders on the remote drive, ( cd ) for changing of the directory, even checks to see if valid folder. There are DOS menus to help you get around............ PLUS all the old stuff that was included in ver. 1.01.. Tconsole is a telnet server which allows control to a remote computer. This was put together as part of a Network Administrators Tool Kit. Threw TELNET services, from any platform (UNIX/Mac). You can (Reboot the remote machine , Restart Tconsole , View system resources [ i.e memory, processor, ext, ext ], Send test print pages, View console log, Can 'get' or view any ASCII file [i.e win.ini or config.sys], You can even SPAWN PROCESSES ( Start a remote application ). This will only SPAWN windows apps, Due to security and further testing. The use of passing arguments to programs has been disabled. But can easly be changed to do so. THE SERVER SUPPORTS: Full configuration with reads/writes to Tconsole.ini as needed. Uses auto start for access after reboot, Has view panel for monitoring server traffic. Supports blocking of multiple Failed login attempts, With full logging of process both server and from the remote telnet session. Uses Menus for easy navigation with telnet. Has instruction menu's for 'GET' and 'SPAWN'. Even uses the Classic UNIX bash prompt. ;)..See the Readme.txt for further information.

2_2002-2004 #123369
Type-N-Sign (A virtual interface for learning Sign Language)

This is a BETA version 0.2. I have uploaded the latest copy. It sports a virtual point and click keyboard. By ether hitting a key or typing directly into the console, Type-n-sign will then show the appropriate hand sign. Has play back, continuous play, and Speed control features. Even supports the ability to switch out hand modules (Have a Web or Digital Cam? Customize/personalize Type-N-sign to your needs...) Current module was created using poser. [I take no responsibility for friends helping friends cheat on spelling test using this knowledge....] Technical Notes:: Type-n-sign uses a transparent form based on the background picture (Pure API). The latest version loads its' data from a file (Program loads in under a second now. Thanks Doug) and if the data file isn't found it will create a new one. Since it is a transparent form, I relied on Popup menus and a graphical interface based on the picture itself. Also moved code from module to a class. Reads and writes to ini file as needed. (Checks to see if program is running for the first time, if so, sets a default file and brings up Options window.) Please read the README.txt for further information

2_2002-2004 #124049
Telnet Client using winsock API

This is a simple telnet client using Winsock API. I have included both the server and the client in the one zip. there is also instructions for further info :)

2_2002-2004 #124063
Telnet Server 2.0, using winsock API

This is a simple telnet server which uses winsock API. It supports both sending and receiving of data. Demonstrates the use of buffers for controlling user intervention. Even uses the classic C:> prompt. Just break out telnet and connect to 127.0.0.1 on the standard telnet port. (Make sure local echo is turned on). then just type something in and hit "Enter". Over loaded with documentation. I tried to keep this as simple as possible. :)

2_2002-2004 #124465
CGI Exploit Scanner 2.0.1 (407 tests) *Bug Fixed*

You can ether scan for exploits one by one, or run through the whole list of 407. This will tell if CGI code was found and if you have access (i.e. Forbidden!). Even supports a simple form of OS and Server App. detection. This was ported from a couple of C scripts, which came from a well known hacking site. I posted this here in hopes of raising the security level of Admins. This DOES NOT exploit web pages, just tells if exploitable CGI scripts exist. Please email me any bugs or updates, anyone might find or implement :)

3_2004-2005 #139532
Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn't want to re-create DOS, BUT the Prompt that DOS does use is it's directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for a listing of files and folders on the remote drive, ( cd ) for changing of the directory, even checks to see if valid folder. There are DOS menus to help you get around............ PLUS all the old stuff that was included in ver. 1.01.. Tconsole is a telnet server which allows control to a remote computer. This was put together as part of a Network Administrators Tool Kit. Threw TELNET services, from any platform (UNIX/Mac). You can (Reboot the remote machine , Restart Tconsole , View system resources [ i.e memory, processor, ext, ext ], Send test print pages, View console log, Can 'get' or view any ASCII file [i.e win.ini or config.sys], You can even SPAWN PROCESSES ( Start a remote application ). This will only SPAWN windows apps, Due to security and further testing. The use of passing arguments to programs has been disabled. But can easly be changed to do so. THE SERVER SUPPORTS: Full configuration with reads/writes to Tconsole.ini as needed. Uses auto start for access after reboot, Has view panel for monitoring server traffic. Supports blocking of multiple Failed login attempts, With full logging of process both server and from the remote telnet session. Uses Menus for easy navigation with telnet. Has instruction menu's for 'GET' and 'SPAWN'. Even uses the Classic UNIX bash prompt. ;)..See the Readme.txt for further information.

3_2004-2005 #141913
Type-N-Sign (A virtual interface for learning Sign Language)

This is a BETA version 0.2. I have uploaded the latest copy. It sports a virtual point and click keyboard. By ether hitting a key or typing directly into the console, Type-n-sign will then show the appropriate hand sign. Has play back, continuous play, and Speed control features. Even supports the ability to switch out hand modules (Have a Web or Digital Cam? Customize/personalize Type-N-sign to your needs...) Current module was created using poser. [I take no responsibility for friends helping friends cheat on spelling test using this knowledge....] Technical Notes:: Type-n-sign uses a transparent form based on the background picture (Pure API). The latest version loads its' data from a file (Program loads in under a second now. Thanks Doug) and if the data file isn't found it will create a new one. Since it is a transparent form, I relied on Popup menus and a graphical interface based on the picture itself. Also moved code from module to a class. Reads and writes to ini file as needed. (Checks to see if program is running for the first time, if so, sets a default file and brings up Options window.) Please read the README.txt for further information

3_2004-2005 #142593
Telnet Client using winsock API

This is a simple telnet client using Winsock API. I have included both the server and the client in the one zip. there is also instructions for further info :)

3_2004-2005 #142607
Telnet Server 2.0, using winsock API

This is a simple telnet server which uses winsock API. It supports both sending and receiving of data. Demonstrates the use of buffers for controlling user intervention. Even uses the classic C:> prompt. Just break out telnet and connect to 127.0.0.1 on the standard telnet port. (Make sure local echo is turned on). then just type something in and hit "Enter". Over loaded with documentation. I tried to keep this as simple as possible. :)

3_2004-2005 #143009
CGI Exploit Scanner 2.0.1 (407 tests) *Bug Fixed*

You can ether scan for exploits one by one, or run through the whole list of 407. This will tell if CGI code was found and if you have access (i.e. Forbidden!). Even supports a simple form of OS and Server App. detection. This was ported from a couple of C scripts, which came from a well known hacking site. I posted this here in hopes of raising the security level of Admins. This DOES NOT exploit web pages, just tells if exploitable CGI scripts exist. Please email me any bugs or updates, anyone might find or implement :)

4_2005-2006 #151169
CGI Exploit Scanner 2.0.1 (407 tests) *Bug Fixed*

You can ether scan for exploits one by one, or run through the whole list of 407. This will tell if CGI code was found and if you have access (i.e. Forbidden!). Even supports a simple form of OS and Server App. detection. This was ported from a couple of C scripts, which came from a well known hacking site. I posted this here in hopes of raising the security level of Admins. This DOES NOT exploit web pages, just tells if exploitable CGI scripts exist. Please email me any bugs or updates, anyone might find or implement :)

4_2005-2006 #151170
Telnet Server 2.0, using winsock API

This is a simple telnet server which uses winsock API. It supports both sending and receiving of data. Demonstrates the use of buffers for controlling user intervention. Even uses the classic C:> prompt. Just break out telnet and connect to 127.0.0.1 on the standard telnet port. (Make sure local echo is turned on). then just type something in and hit "Enter". Over loaded with documentation. I tried to keep this as simple as possible. :)

4_2005-2006 #151171
Telnet Client using winsock API

This is a simple telnet client using Winsock API. I have included both the server and the client in the one zip. there is also instructions for further info :)

4_2005-2006 #151346
Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn't want to re-create DOS, BUT the Prompt that DOS does use is it's directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for a listing of files and folders on the remote drive, ( cd ) for changing of the directory, even checks to see if valid folder. There are DOS menus to help you get around............ PLUS all the old stuff that was included in ver. 1.01.. Tconsole is a telnet server which allows control to a remote computer. This was put together as part of a Network Administrators Tool Kit. Threw TELNET services, from any platform (UNIX/Mac). You can (Reboot the remote machine , Restart Tconsole , View system resources [ i.e memory, processor, ext, ext ], Send test print pages, View console log, Can 'get' or view any ASCII file [i.e win.ini or config.sys], You can even SPAWN PROCESSES ( Start a remote application ). This will only SPAWN windows apps, Due to security and further testing. The use of passing arguments to programs has been disabled. But can easly be changed to do so. THE SERVER SUPPORTS: Full configuration with reads/writes to Tconsole.ini as needed. Uses auto start for access after reboot, Has view panel for monitoring server traffic. Supports blocking of multiple Failed login attempts, With full logging of process both server and from the remote telnet session. Uses Menus for easy navigation with telnet. Has instruction menu's for 'GET' and 'SPAWN'. Even uses the Classic UNIX bash prompt. ;)..See the Readme.txt for further information.

4_2005-2006 #151347
Type-N-Sign (A virtual interface for learning Sign Language)

This is a BETA version 0.2. I have uploaded the latest copy. It sports a virtual point and click keyboard. By ether hitting a key or typing directly into the console, Type-n-sign will then show the appropriate hand sign. Has play back, continuous play, and Speed control features. Even supports the ability to switch out hand modules (Have a Web or Digital Cam? Customize/personalize Type-N-sign to your needs...) Current module was created using poser. [I take no responsibility for friends helping friends cheat on spelling test using this knowledge....] Technical Notes:: Type-n-sign uses a transparent form based on the background picture (Pure API). The latest version loads its' data from a file (Program loads in under a second now. Thanks Doug) and if the data file isn't found it will create a new one. Since it is a transparent form, I relied on Popup menus and a graphical interface based on the picture itself. Also moved code from module to a class. Reads and writes to ini file as needed. (Checks to see if program is running for the first time, if so, sets a default file and brings up Options window.) Please read the README.txt for further information

5_2007-2008 #173687
CGI Exploit Scanner 2.0.1 (407 tests) *Bug Fixed*

You can ether scan for exploits one by one, or run through the whole list of 407. This will tell if CGI code was found and if you have access (i.e. Forbidden!). Even supports a simple form of OS and Server App. detection. This was ported from a couple of C scripts, which came from a well known hacking site. I posted this here in hopes of raising the security level of Admins. This DOES NOT exploit web pages, just tells if exploitable CGI scripts exist. Please email me any bugs or updates, anyone might find or implement :)

5_2007-2008 #173688
Telnet Server 2.0, using winsock API

This is a simple telnet server which uses winsock API. It supports both sending and receiving of data. Demonstrates the use of buffers for controlling user intervention. Even uses the classic C:> prompt. Just break out telnet and connect to 127.0.0.1 on the standard telnet port. (Make sure local echo is turned on). then just type something in and hit "Enter". Over loaded with documentation. I tried to keep this as simple as possible. :)

5_2007-2008 #173689
Telnet Client using winsock API

This is a simple telnet client using Winsock API. I have included both the server and the client in the one zip. there is also instructions for further info :)

5_2007-2008 #173864
Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn't want to re-create DOS, BUT the Prompt that DOS does use is it's directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for a listing of files and folders on the remote drive, ( cd ) for changing of the directory, even checks to see if valid folder. There are DOS menus to help you get around............ PLUS all the old stuff that was included in ver. 1.01.. Tconsole is a telnet server which allows control to a remote computer. This was put together as part of a Network Administrators Tool Kit. Threw TELNET services, from any platform (UNIX/Mac). You can (Reboot the remote machine , Restart Tconsole , View system resources [ i.e memory, processor, ext, ext ], Send test print pages, View console log, Can 'get' or view any ASCII file [i.e win.ini or config.sys], You can even SPAWN PROCESSES ( Start a remote application ). This will only SPAWN windows apps, Due to security and further testing. The use of passing arguments to programs has been disabled. But can easly be changed to do so. THE SERVER SUPPORTS: Full configuration with reads/writes to Tconsole.ini as needed. Uses auto start for access after reboot, Has view panel for monitoring server traffic. Supports blocking of multiple Failed login attempts, With full logging of process both server and from the remote telnet session. Uses Menus for easy navigation with telnet. Has instruction menu's for 'GET' and 'SPAWN'. Even uses the Classic UNIX bash prompt. ;)..See the Readme.txt for further information.

5_2007-2008 #173865
Type-N-Sign (A virtual interface for learning Sign Language)

This is a BETA version 0.2. I have uploaded the latest copy. It sports a virtual point and click keyboard. By ether hitting a key or typing directly into the console, Type-n-sign will then show the appropriate hand sign. Has play back, continuous play, and Speed control features. Even supports the ability to switch out hand modules (Have a Web or Digital Cam? Customize/personalize Type-N-sign to your needs...) Current module was created using poser. [I take no responsibility for friends helping friends cheat on spelling test using this knowledge....] Technical Notes:: Type-n-sign uses a transparent form based on the background picture (Pure API). The latest version loads its' data from a file (Program loads in under a second now. Thanks Doug) and if the data file isn't found it will create a new one. Since it is a transparent form, I relied on Popup menus and a graphical interface based on the picture itself. Also moved code from module to a class. Reads and writes to ini file as needed. (Checks to see if program is running for the first time, if so, sets a default file and brings up Options window.) Please read the README.txt for further information

Languages
Top Categories
Global Discovery