摘要: # dir-645后门植入 dir-645有一个远程身份绕过的漏洞,可以post一些制定参数到路由器从而拿到密码 通过上面那个漏洞获取到管理员的账号密码 其中一栏显示了admin的账号密码 使用得到的密码登录路由,提示登录成功 下载了对应的路由器固件并且将固件解压出来之后,在固件的开机启动项中写入了 阅读全文
posted @ 2016-08-16 15:49 Yokiadmin 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 根据老师代码,自己单独写的,代码比较生疏。。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 大婶飞行棋 7 { 8 class Program 9 { 10 static int[] Map=new int[100]; //地图数组 11 static int[] PlayPost=new int[2]; //玩家坐标数组 12 static string msg = ""; 13 static int s 阅读全文
posted @ 2013-05-08 22:19 Yokiadmin 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 刚开始学,什么都不懂,高手不要骂我, 传至博客黑马程序员C#基础第四十节课第一题习题的代码,有什么不对,还望大家多多指点~题目:判断一个数是否为质数. 1 static void Main(string[] args) 2 { 3 string receive; 4 do 5 { 6 Console.WriteLine("请输入一个数:"); 7 receive = Console.ReadLine(); 8 ... 阅读全文
posted @ 2013-05-06 15:49 Yokiadmin 阅读(172) 评论(0) 推荐(0) 编辑