上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页
摘要: 转自:https://0x90syntax.wordpress.com/2016/02/21/suterusu-rootkitx86%e4%b8%8earm%e7%9a%84%e5%86%85%e8%81%94%e5%86%85%e6%a0%b8%e5%87%bd%e6%95%b0hooking/ 阅读全文
posted @ 2017-04-11 20:44 破冰Lab-Cookun 阅读(1050) 评论(0) 推荐(0)
摘要: 1、删除文件: /etc/udev/rules.d/70-persistent-net.rules 2、编辑 /etc/sysconfig/network-scripts/ifcfg-eth0 删除HWADDR(MAC) 3、虚拟机生成一个全新MAC *4、一定要重启 我猜测可能是mac冲突造成,我 阅读全文
posted @ 2017-03-27 14:26 破冰Lab-Cookun 阅读(2095) 评论(0) 推荐(0)
摘要: 添加远程任务时可以自行DIY 阅读全文
posted @ 2017-01-16 20:24 破冰Lab-Cookun 阅读(339) 评论(0) 推荐(0)
摘要: #!/bin/bash useradd -m test echo "123456" | passwd --stdin test 阅读全文
posted @ 2016-12-24 10:14 破冰Lab-Cookun 阅读(1556) 评论(0) 推荐(0)
摘要: 1、通过php.ini或者user.ini留后门 在一个有正常php文件的目录下新建一个.user.ini 内容为auto_prepend_file=xxx.gif(png/jpg)之类 而你的xxx.gif之类就是你的后门2、后门的代码第一行删除自身,然后驻留在后台内存里,等待外部链接 阅读全文
posted @ 2016-12-07 18:04 破冰Lab-Cookun 阅读(488) 评论(0) 推荐(0)
摘要: <?php/** * SQL Parser from: http://code.google.com/p/php-sql-parser/ * License: New BSD */class PHPSQLParser{ var $reserved = array(); var $functions 阅读全文
posted @ 2016-12-05 16:33 破冰Lab-Cookun 阅读(373) 评论(0) 推荐(0)
摘要: Expected output: PONG 阅读全文
posted @ 2016-11-11 17:43 破冰Lab-Cookun 阅读(918) 评论(0) 推荐(0)
摘要: kali 转自:http://blog.sina.com.cn/s/blog_5736d8870102w15u.html 墙内的论坛上和博客上有很多这样的文章了,不过一般过程都很复杂,让人看的头晕眼花,搬运过来一个比较简单的,更新java的目的单纯动机简单,就是为了用各种外壳程序,kali自带的版本 阅读全文
posted @ 2016-10-27 11:29 破冰Lab-Cookun 阅读(1105) 评论(0) 推荐(0)
摘要: 参考文章:http://www.freebuf.com/articles/database/100423.html 对上面链接的补充: solr-5.5.0版本已被删除,新url:http://mirrors.hust.edu.cn/apache/lucene/solr/5.5.3/ 下面是数据库的 阅读全文
posted @ 2016-10-26 16:48 破冰Lab-Cookun 阅读(498) 评论(0) 推荐(0)
摘要: googlecode :https://code.google.com/archive/p/python-proxy/source/default/source # -*- coding: cp1252 -*- # # #Copyright (c) # #Permission is hereby granted, free of charge, to any person #obtain... 阅读全文
posted @ 2016-09-26 13:49 破冰Lab-Cookun 阅读(372) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页