- 博客(7)
- 资源 (3)
- 收藏
- 关注
原创 ctfshow 红包题第七弹
1.打开url,得到一个phpinfo界面,没有有效信息2.使用dirsearch进行扫描:3.本来以为是git泄露但是尝试了几次都githack都没办法执行成功4.使用wget下载index,而后查看内容:显然这里面包含一个backdoor.php文件5.访问这个文件,查看源码得到这样一段话:<!-- 36D姑娘留的后门,闲人免进 -->6.显然需要尝试破解shell的密码,尝试多次没有试出来,向大佬求助得到了对应的密码:Letmein7.使用中国蚁剑或菜刀进行连接,要么
2021-08-06 18:01:01
965
3
原创 ctfshow红包第六弹
在开始界面点击hint得到提示信息:打开连接得到的是一个登录界面,前面提示了不是sql注入,直接放弃尝试,查看网页源码得到信息:<script> function login(s){ var u=document.getElementById("username").value; var p=document.getElementById("password").value; var xhr = new XMLHttpRequest();
2021-08-02 18:17:53
1946
10
原创 2021-06-13
攻防世界——web2源码:<?php$miwen="a1zLbgQsCESEIqRLwuQAyMwLyq2L5VwBxqGA3RQAyumZ0tmMvSGM2ZwB4tws";function encode($str){ $_o=strrev($str); // echo $_o; for($_0=0;$_0<strlen($_o);$_0++){ $_c=substr($_o,$_0,1); $
2021-06-13 22:04:02
134
2
原创 iwconfig: error while loading shared libraries: libiw.so.29: cannot open shared object file: No such
iwconfig: error while loading shared libraries: libiw.so.29: cannot open shared object file: No such file or directory添加库即可:1.用vim打开:/etc/ld.so.conf,在其末尾追加/usr/local/lib/即可
2020-10-11 19:57:34
1085
1
原创 Glide4.9.0使用高斯模糊
//3.7.0设置圆形图像 Glide.with(this).load(R.drawable.timg) .bitmapTransform(new CropCircleTransformation(this)) .into(IVhead);//4.9.0设置圆形头像 Glide.with(head.getContext()).asBitma...
2020-03-31 16:03:50
1607
原创 Error inflating class android.support.design.widget.TextInputLayout
**在我尝试一个小项目的过程之中想要做一个答题系统,但是没有很好的ideal变找到了其他大牛的作品但是在尝试的过程之中一直都一些个问题:**Error inflating class android.support.design.widget.TextInputLayout在很多次找寻答案无果以及求助无果以后,我仔细阅读了另一位的源码,发现了问题的所在将<android.support...
2020-02-08 16:08:54
1416
原创 javax.servlet.ServletException: Servlet execution threw an exception org.apache.tomcat.websocket.se
javax.servlet.ServletException: Servlet execution threw an exception org.apache.tomcat.websocket.se查看一下你的jar文件的目录是否正确,应将jar文件放入WEB-INF的lib目录下,其余的目录都会报错...
2020-01-30 16:01:35
8932
4
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人