05 2021 档案
摘要:在监控系统中,监控某个命令的动态常常使用的命令是watch。今天介绍的命令是linux上的小工具sysdig。 您是Linux系统管理员,想要监控系统用户执行的所有Linux命令的活动,通过终端或者 要了解系统中用户正在做什么,可以使用w命令,如下所示。 # w 如果你的系统有bash ,那么最常用
阅读全文
摘要:sudo apt-get install pdfposter pdfposter path/to/input.pdf path/to/output_splitted.pdf -m a4 -p 2x1a4
阅读全文
摘要:分析网站内容和技术 whatweb -v -a 3 34.82.112.5 暴力枚举路径,子域名等 sudo apt install gobuster gobuster dir -e -u http://34.82.112.5/ -w /usr/share/wordlists/dirb/common
阅读全文
摘要:挑战程序竞赛2.3.3 #include <iostream> #include <cstdio> using namespace std; const int MAX_N=2000; int N; char S[MAX_N+1]; void solve() { bool left=true; in
阅读全文
摘要:https://nmap.org/book/man-target-specification.html 可以通过下面这个参数指定从文件中加载ip -iL <inputfilename> 爆破sshnmap -p 22 --script ssh-brute --script-args userdb=u
阅读全文
摘要:根据官网, 把rpm包转换为deb包,再安装 https://nmap.org/book/inst-linux.html#inst-debian If you don't have the alien command, install it with a command such as sudo a
阅读全文

浙公网安备 33010602011771号