在启动菜单按e进入编辑,在末尾加入rd.break ,Ctrl+x启动 然后按照下面步骤修改mount –o remount,rw /sysrootchroot /sysrootecho “需要设置的密码” |passwd –stdin root 也可以password root 密码 touch ...
分类:
系统相关 时间:
2020-12-25 12:52:37
阅读次数:
0
练习:1、显示/etc目录下,以非字母开头,后面跟了一个字母以及其它任意长度任意字符的文件或目录ls/etc/[^[:alpha:]]*2、复制/etc目录下所有以p开头,以非数字结尾的文件或目录到/tmp/mytest1目录中mkdir/tmp/mytest1;ls/etc/*|egrep‘^p.*[^0-9]$‘|xargs-icp-r{}/tmp/mytest13、将/etc/issue文件
分类:
其他好文 时间:
2020-12-18 13:10:43
阅读次数:
3
linux用户管理(useradd,usermod,suerdel命令详解)
分类:
系统相关 时间:
2020-12-18 13:06:10
阅读次数:
2
安装之前先做一下前置工作: 1.在centos中添加用户emqx及用户组emqx,因为emq在docker容器中用户是emqx。 新增用户组 groupadd emqx 新增用户,分配用户组 useradd -g emqx -m emqx 查询用户 cut -d : -f 1 /etc/passwd ...
分类:
其他好文 时间:
2020-12-17 12:58:40
阅读次数:
4
创建用户 useradd [-d home] [-s shell] [-c comment] [-m [-k template]] [-f inactive] [-e expire ] [-p passwd] [-r] name 主要参数 -c:加上备注文字,备注文字保存在passwd的备注栏中。 ...
分类:
系统相关 时间:
2020-12-05 10:48:06
阅读次数:
7
在CentOS容器内执行 yum install passwd openssl openssh-server -y # Ubuntu把yum改成apt-get ssh-keygen -q -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N '' ssh-ke ...
分类:
系统相关 时间:
2020-11-27 11:39:01
阅读次数:
15
题目给了提示说要获取源码,猜测是文件包含,fuzz后发现action参数能够获取/etc/passwd的内容 使用php伪协议获取源码,发现过滤了base64,于是构造exp如下 这样看的话有点眼花,直接复制不行,在response框中右键保存为文件,然后在Sublime Text中以utf-16编 ...
分类:
Web程序 时间:
2020-11-26 14:29:41
阅读次数:
9
按e进入编辑页面 在LANG=en_US.UTF-8 后面添加 rw single init=/bin/bash ctrl+x 组合键重启,通过passwd重置root密码 如果开启了SELinux,执行命令touch /.autorelabel命令 输入exec /sbin/init命令重启系统 ...
分类:
其他好文 时间:
2020-11-25 12:22:45
阅读次数:
5
问题一: [root@cdeba90ec46e ~]# ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module bash: ./configure: No such fil ...
分类:
其他好文 时间:
2020-11-23 12:11:38
阅读次数:
5
#概述 es/kibana 7.4.2 enable security docker 19.x.y requirment #resource limits /etc/security/limits.d/20-nproc.conf #* soft nproc 4096 root soft nproc ...
分类:
其他好文 时间:
2020-11-21 11:57:04
阅读次数:
6