Tmux

tmux 特点是可以有多个窗口(分割视图),非常方便 https://tmuxcheatsheet.com/ 这里是基础用法 1tmux 2ctrl-B + D 离开(不退出) 3ctrl - D 离开(退出) 4 5tmux a 连接上次用的tmux 6tmux ls 查看所有 tmux

Burpsuite(入门教学课程)

burpsuite(入门教学课程) Intercept and modify HTTP traffic with Burp Proxy. Set the target scope to focus your work on interesting content. Probe for vulnerabilities by reissuing requests with Burp Repeater. Run automated vulnerability scans and generate reports with Burp Scanner. intercept (拦截) …

Sed Linux命令

参考链接: https://www.youtube.com/watch?v=nXLnx8ncZyE sed命令 sed据我了解是linux中用于替换的一个命令。 使用方法 仅替换第一次出现的: 1# 把a.txt中的 abc 换成 def 并打印出来。 2sed 's/abc/def/'

Tar的用法、常见的linux压缩解包方法

常见的linux 压缩解包方法 1gzip xxx 2gunzip xxx 3 4tar zcvf 压缩文件名 压缩文件 5tar zxvf 解压包名 解压文件 6 7tar jcvf renwolesshel.tar.bz2 打包 8tar jxvf renwolesshel.tar.bz2 解压 9 10zip -q a.zip a.txt 11unzip a.zip 12 -q “安静模式” tar的

自定义ls后各种文件夹的颜色

自定义ls后各种文件夹的颜色 今天用WLS打开windows目录,一片亮瞎眼的绿色,再加上这个复古特效,真的字都看不清了: 在网上搜了一圈修改办法,终于找到一个有用的文章:

Chmod的用法

chmod的用法 今天我们有一节技术分享,讲的是linux的文件和权限,学到了点有用的。 然后由于我自己的一些思考,我就觉得比如我把自己写文件的