上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: 公告时间轴 2026.4.13 博客现在基本不怎么更新了,现在很多问题其实AI都能精准回答了,你越聪明,AI越聪明。感觉博客受到的冲击会很大,不过如果某些教程,经验的总结能给某个陌生人带来帮助,我还是会很高兴。 2022.7.19 紧急通知:以前的蓝奏云链接点进去后会重定向到广告页,请将链接的lan 阅读全文
posted @ 2021-06-27 00:15 nihinumbra 阅读(152) 评论(0) 推荐(0)
摘要: 前言 注:原创文章,禁止转载! 之前闲着没事在阿里云用docker部署了三个老靶场,分别是sqli,dvwa,pikachu,方便他人使用学习 阿里云的警报 2021.6.10,阿里云给我发了一个短信提醒我疑似服务器被入侵,有挖矿行为 我想着难道是ssh爆破?难道之前安装的fail2ban服务失效了 阅读全文
posted @ 2021-06-24 22:54 nihinumbra 阅读(137) 评论(0) 推荐(0)
摘要: 前言 Starting Point->Connect to Starting Point,下拉下载你的vpn文件 得到的.ovpn文件可以直接放在kali,执行openvpn XXX.opvn即可连接到靶场 信息收集 靶场地址:10.10.10.27 先上nmap: nmap -sC -sV 10. 阅读全文
posted @ 2021-06-23 18:02 nihinumbra 阅读(451) 评论(3) 推荐(0)
摘要: 安装与使用 下载shc: wget http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.9.tgz 解压&安装: tar -zxf shc-3.8.9.tgz make&&make install 发现报错:XXX/usr/local/man/man 阅读全文
posted @ 2021-06-20 17:36 nihinumbra 阅读(439) 评论(0) 推荐(0)
摘要: ## jar包搭建(远古时代的部署教程了,要考古的可以看看,推荐看下面的docker搭建halo) ### ~~慢~~快速搭建 linux安装halo官方文档:https://docs.halo.run/install/linux 先去官网下载:https://dl.halo.run/release 阅读全文
posted @ 2021-06-18 21:43 nihinumbra 阅读(1149) 评论(0) 推荐(1)
摘要: docker数据卷 数据卷相关命令 docker volume create dv //创建一个数据卷 docker volume ls //查看所有的数据卷 docker volume rm dv //删除dv数据卷 docker volume prune //删除没有容器使用的数据卷 docke 阅读全文
posted @ 2021-06-16 11:52 nihinumbra 阅读(108) 评论(0) 推荐(0)
摘要: 服务安装与启动 官方文档:https://docs.jumpserver.org/zh/master/install/setup_by_fast/ 官方给出的一键安装脚本(注:要求系统内存≥4G): curl -sSL https://github.com/jumpserver/jumpserver 阅读全文
posted @ 2021-06-16 00:08 nihinumbra 阅读(1256) 评论(3) 推荐(0)
摘要: 该命令用于linux之间的文件和目录的复制 从本地复制到远程 命令格式: scp local_file remote_username@remote_ip:remote_folder 或者 scp local_file remote_username@remote_ip:remote_file 或者 阅读全文
posted @ 2021-06-12 00:27 nihinumbra 阅读(109) 评论(0) 推荐(0)
摘要: 集合概述 JDK中提供了一些特殊的类,这些类可以储存任意类型的对象,并且长度可变,在Java中这些类统称为集合。 按照存储结构可以分为两大类,单列集合Collection和双列集合Map,这两种集合特点如下 Collection:单列集合类的根接口,用于存储一些列符合某种规则的元素,有两个重要的子接 阅读全文
posted @ 2021-06-10 22:23 nihinumbra 阅读(980) 评论(0) 推荐(0)
摘要: 官网 https://overthewire.org/wargames/leviathan/ 0-6 0 ssh leviathan0@leviathan.labs.overthewire.org -p 2223 登陆密码: leviathan0 ls ls -a cat .backup/bookm 阅读全文
posted @ 2021-06-08 09:33 nihinumbra 阅读(337) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页