Shells on the target platform, unix, cannot be upgraded to Meterpreter at this time.
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
Python内容推荐
linux 下 结合ftp 和部分telnet 功能的服务器源码
################################################################################ # # # Super Ftp Server and Client for Wall-e # #
结合telnet与ftp 功能服务器wasd第三版源码
################################################################################ # # Super Ftp Server and Client for Wall-e # # Sun May 30 2009 # # author: supertiger # # version: 3.0 # ################################################################################ Introduct Wall-e is a team for a project about two-demision code ,for details at this:http://hi.baidu.com/hzau_wall_e this server and client programs is created for the s3c2410 platform board to conveniencely control it and fulfil files transferring at the same time , that is a simple combinationfor telnet and ftp server. Of course there are many fails and bugs in it , I'll appreciate the correction and criticism! Functions 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and send files(s fname). 3 running common shells in client side(!cmd) and server side(cmd) 4 support multi-connections for multi-clients 5 Ctrl+C to break client and server shells, but also file transferring 6 error return: the server side will print error message in /var/log/wasd.log, and the client side will print these to stderr 7 help message (h) 8 see server's log(logv) 9 edit remote file, use vi ,vim ,gedit, gvim 9 cmd line params to fulfil client running a series tasks at once(before login) eg: was 192.168.0.51 -s hello -d /tmp -r -p supertiger Usage 0 make the server and client change to this direction in console and run make [target] target: 1) [null] equal to bestl 2) all make server and client for both platform (arm and x86 linux) 3) host server (server_h) and client (client_h) for x86 linux 4) arm server (server_a) and client (client_a) for arm linux 5) hsac server (wasd) for x86 and client(was) for arm linux 6) ashc server (wasd) for arm and client (was) for x86 linux 7) best equals to ashc 8) you can change thest by edit Makefile 1 run the server and client server: ./wasd client: 1)login to run /was xx.xx.xx.xx then you can operate in the client side. the prompt of client side will be: Walle> 2) run a series operations through cmd lines before login ./was xx.xx.xx.xx [-s object] [-d dest ][-r [-p param] ] [-l ] [s]: send a file (object) [d]: specify the destination to change into, also where the object to save [r]: run it in the server [p]: specify the params [l]: lively, without this option client wll close after it's performance you can add this to Makefile to fulfill downloading and running programs automatically. eg:(my hello world test prog, i put the was to /usr/bin/ ) #Makefile ... smart: hello was 192.168.0.51 -s hello -d /tmp -r -p supertiger hello supertiger! #Makefile ... smart: hello was 192.168.0.51 -s hello -d /tmp -r -p supertiger -l hello supertiger! Walle> 2 run server side shells [usage] : cmd [return]: return what the shell will return to stdout and stderr . [eg]: Walle>ping baidu.com PING baidu.com (220.181.6.184) 56(84) bytes of data. 64 bytes from 220.181.6.184: icmp_seq=1 ttl=55 time=45.9 ms 64 bytes from 220.181.6.184: icmp_seq=2 ttl=55 time=46.7 ms 64 bytes from 220.181.6.184: icmp_seq=3 ttl=55 time=45.3 ms break by user! # user press Ctrl+C Walle>ls -l 总计 152 -rwxr-xr-x 1 root root 17382 05-30 22:00 client_a -rwxr-xr-x 1 root root 13060 05-30 22:00 client_h -rw-r--r-- 1 root root 4485 05-30 16:01 common.h -rwxr-xr-x 1 root root 462 05-30 21:43 Makefile -rw-r--r-- 1 root root 579 05-30 22:00 README -rw-r--r-- 1 root root 577 05-30 22:00 README~ -rwxr-xr-x 1 root root 20835 05-30 22:00 server_a -rwxr-xr-x 1 root root 16176 05-30 22:00 server_h -rwxr-xr-x 1 root root 5225 05-30 21:47 sock_client.c -rwxr-xr-x 1 root root 4362 05-30 15:09 sock_server.c Walle>cd /root Walle>pwd /root Walle> Walle>get aaa sh: get: command not found Walle> 3 run client side local shells [usage] :! cmd [return]: return what the shell will return to stdout and stderr . [eg] : Walle>!ls /root a es OperaDownloads aa f Pictures anaconda-ks.cfg fcitx Public automake_cn.htm g save_usb b install server_a client_h install.log server_h common.c install.log.syslog src common.h~ ked tcpd-0.2.0.tar.gz dairy Music Templates Desktop my_fs tmp Documents myos Unsaved Document 1 4 send files [usage] :s localfilename [return]: return successfully message,if success, or print error messages error message will be introduced below [eg] : Walle>s /usr/src/qt-embedded-linux-opensource-src-4.4.3.tar.gz send files successfully! Walle>ls -l ...... 1 root root 124238957 05-30 22:09 qt-embedded-linux-opensource-src-4.4.3.tar.gz Walle> tar xzvf qt-embedded-linux-opensource-src-4.4.3.tar.gz ...... [note] : /usr/src/qt-embedded-linux-opensource-src-4.4.3.tar.gz will be sent to server's `pwd` as qt-embedded-linux-opensource-src-4.4.3.tar.gz 5 get files [usage] : g remotefilename [return]: return successfully message,if success, or print error messages error message will be introduced below [eg] : Walle> ls .... Walle>g /root/tcpd-0.2.0.tar.gz get remote files successfully! Walle> [note] : file /root/tcpd-0.2.0.tar.gz will be save in local's `pwd` as tcpd-0.2.0.tar.gz 5 error return the server side will print error message in /var/log/wasd.log, and the client side will print these to stderr 6 help message print h and enter in client, and you will see the help message 8 see server's log [eg]: Walle>logv 192.168.0.122 login at Fri Jul 3 02:41:38 2009 192.168.0.122 run shell cat /var/log/wasd.log successfully! at Fri Jul 3 03:01:22 2009 7 edit files [usage]: <edit tool> filename [edit tool]: vi, vim ,gedit, gvim you can specify a file to edit with gvim, vi, vim, gedit , during this processing , the client will download the file first ,edit it , and then send it over, at last remove the local file,you can also specify a file with its path 8 bugs 1)client can only send keyboard signal Ctrl+C to server, so there are many shells programs couldn't be runned by client side(I'm really sorry for this): eg:ex,ed ,top ... but you can press Ctrl+C to break it! and server and client will still work normally. 2) during edit remote file , if you press gedit and there is already gedit windows opened , you will failed to modify the remote file, for gedit will not block the proc in such case. 9 contact if you've any questions please send Email to me at supertiger@yahoo.cn or chat me by QQ : 547268476, I'll appreciate it !
某银行电气平面图纸.dwg.rar
某银行电气平面图纸.dwg.rar
目标检测-番茄果实病害检测数据集6998张7类标签YOLO+VOC(已增强).zip
数据集格式:VOC格式+YOLO格式 压缩包内含:3个文件夹,分别存储图片、xml、txt文件 JPEGImages文件夹中jpg图片总计:6998 Annotations文件夹中xml文件总计:6998 labels文件夹中txt文件总计:6998 标签种类数:7 标签名称:["Healthy","Rotten-Tomato","bacterial-Spot","blossomendrotrotation","cracking","spliting","sunscaled"] 每个标签的框数(注意yolo格式类别顺序不和这个对应,而以labels文件夹classes.txt为准): Healthy 框数 = 4253(健康) Rotten-Tomato 框数 = 985(腐烂) bacterial-Spot 框数 = 4190(细菌性斑点) blossomendrotrotation 框数 = 1344(花腐病) cracking 框数 = 2163(裂纹) spliting 框数 = 1930(开裂) sunscaled 框数 = 1334(日灼病) 总框数:16199 图片清晰度(分辨率:像素):清晰 图片是否增强:是 标签形状:矩形框,用于目标检测识别 重要说明:暂无 特别声明:本数据集不对训练的模型或者权重文件精度作任何保证,数据集只提供准确且合理标注
STM32F4-USB-CDC-标准库版本
STM32F4 USB CDC 标准库版本+VCP官方驱动
Arial Italic.rar
当 CAD 缺失对应字体时,图纸文字会显示异常,出现乱码、问号。将下载好的字体文件复制到 AutoCAD 的 Fonts 文件夹中,即可恢复正常显示。
无界创意,AI赋能。AI济南超级联赛第二季 •AIGC视频创意大赛正式启动
无界创意,AI赋能。AI济南超级联赛第二季 •AIGC视频创意大赛正式启动
排水泵自动化接线图.dwg.rar
排水泵自动化接线图.dwg.rar
Narrative-Consistency-Review-Reversible-Change-Budget-Planner-v1.0-原创源码与文档.zip
原创 JavaScript 工程工具合集,围绕智能体协作、数据治理、模型评测与工作流审计等场景提供可运行源码。每个压缩包均包含自动化测试、可复现合成示例、离线 HTML/JSON/SVG 报告、1080×720 真实运行截图、README、MIT License 与原创授权声明;Node.js 18+ 可直接运行,零第三方运行依赖,不包含榜单项目源码、模型权重、品牌素材或官方截图。
技术转移机构如何有效评估技术的成熟度和市场价值,提高技术转移成功率?.docx
科易网基于40亿+科创知识图谱数据库,深度探索AI技术在技术转移、成果转化、技术经纪、知识产权、产业创新、科技招商等垂直领域的多样化应用场景,研究科技创新领域的AI+数智化解决方案,推动科技创新与产业创新智能化发展。
Arial.rar
当 CAD 缺失对应字体时,图纸文字会显示异常,出现乱码、问号。将下载好的字体文件复制到 AutoCAD 的 Fonts 文件夹中,即可恢复正常显示。
CYW-B12832A-Z03.jpg
CYW-B12832A-Z03是一款由驰宇微公司生产的COB液晶显示模块,广泛应用于各类电子设备中,如工业控制、智能家居、车载信息显示等领域。该屏幕具有128x32像素的分辨率,能够提供清晰且直观的文本和图形显示,是小型化、低功耗应用的理想选择。 COB技术是液晶显示技术的一种,它将驱动芯片直接封装在玻璃基板上,减少了额外的电路板和连接器,从而降低了模块的厚度和重量,提高了产品的集成度和可靠性。CYW-B12832A-Z03设计使得其在有限的空间内能实现高效率的信息显示。 程序方面,CYW-B12832A-Z03液晶屏通常需要通过微控制器(MCU)进行驱动,这涉及到对液晶屏接口的理解和编程。通常,这些屏幕支持SPI、I²C或串行接口,而CYW-B12832A-Z03的具体接口类型需要查阅相关数据手册以获取准确信息。用户需要编写代码来初始化接口,设置时序,发送命令和数据,控制背光亮度等。这些操作都需要对微控制器编程和液晶显示原理有深入理解。 在《CYW-B12832A-Z03.pdf》文件中,可能包含了以下内容:液晶屏的技术规格,如电压要求、工作温度范围、显示特性等;接口定义,包括引脚功能、通信协议和时序图;以及示例代码或库函数,帮助开发者快速理解和应用。这份文档是开发过程中不可或缺的参考资料。 在实际应用中,CYW-B12832A-Z03可以用于显示系统状态、用户界面元素、数据读数等。为了提升用户体验,可以设计多种显示模式,如滚动文本、动态图形、图标等。同时,通过调整背光亮度,可以在不同的环境光线下保持良好的可读性
经典细宋简.rar
当 CAD 缺失对应字体时,图纸文字会显示异常,出现乱码、问号。将下载好的字体文件复制到 AutoCAD 的 Fonts 文件夹中,即可恢复正常显示。
宋体.rar
当 CAD 缺失对应字体时,图纸文字会显示异常,出现乱码、问号。将下载好的字体文件复制到 AutoCAD 的 Fonts 文件夹中,即可恢复正常显示。
方正中等线简体.rar
当 CAD 缺失对应字体时,图纸文字会显示异常,出现乱码、问号。将下载好的字体文件复制到 AutoCAD 的 Fonts 文件夹中,即可恢复正常显示。
某医院电施图-01_下载打开后高清.pdf.rar
某医院电施图-01_下载打开后高清.pdf.rar
Arial Narrow Bold Italic.TTF
当 CAD 缺失对应字体时,图纸文字会显示异常,出现乱码、问号。将下载好的字体文件复制到 AutoCAD 的 Fonts 文件夹中,即可恢复正常显示。
售楼部大堂照明图纸.dwg.rar
售楼部大堂照明图纸.dwg.rar
MingLiU-ExtB;PMingLiU-ExtB.rar
当 CAD 缺失对应字体时,图纸文字会显示异常,出现乱码、问号。将下载好的字体文件复制到 AutoCAD 的 Fonts 文件夹中,即可恢复正常显示。
国央企如何评估重大项目的技术创新性与战略价值?.docx
科易网基于40亿+科创知识图谱数据库,深度探索AI技术在技术转移、成果转化、技术经纪、知识产权、产业创新、科技招商等垂直领域的多样化应用场景,研究科技创新领域的AI+数智化解决方案,推动科技创新与产业创新智能化发展。
最新推荐





