Havoc-Windows-Client
Havoc-win1.简介原项目地址:Havoc
由于个人更喜欢在windows上使用客户端,故尝试编译。
2、进行编译2.1、准备编译环境选择更适合在windows编译linux项目的MSYS2
MSYS2
Client 是用 Qt5 编写的,工程用 cmake 进行构建,没有使用 linux 系统原生的系统特性,可以进行移植。
编译需求:
python 3.10
c++20
Qt 5
spdlog
这里使用 msys2 在Windows 构建编译环境:
12345678910#安装需要的包pacman -S --needed --noconfirm python python-devel mingw-w64-x86_64-qt-creator mingw-w64-x86_64-qt5-static mingw-w64-x86_64-spdlog mingw-w64-x86_64-cmake base-devel mingw-w64-x86_64-toolchain git subversion mercurial mingw-w64-x86_64-nasm mingw-w64- ...
Os-ByteSec
Os-ByteSec靶机地址hackNos: Os-Bytesec ~ VulnHub
目标为 普通用户的user.txt和root用户的root.txt
靶机配置靶机网卡配置参考我之前的Os-hackNos-1_witwitwiter的博客-CSDN博客
渗透测试使用nmap进行端口扫描
12345678910111213141516└─# nmap -sV 192.168.5.135 Starting Nmap 7.91 ( https://nmap.org ) at 2021-08-29 19:34 CSTNmap scan report for 192.168.5.135 (192.168.5.135)Host is up (0.00012s latency).Not shown: 996 closed portsPORT STATE SERVICE VERSION80/tcp open http Apache httpd 2.4.18 ((Ubuntu))139/tcp open netbios-ssn Samba smbd 3.X ...
Os-hackNos-1
Os-hackNos-1靶机下载 https://www.vulnhub.com/entry/hacknos-os-hacknos,401
目标为 普通用户的user.txt和root用户的root.txt
靶机配置在将靶机文件下载下来为Os-hackNos-1.ova
使用vm打开这个ova文件进行导入。导入完成后,若是遇到无法获取ip地址,则需要在启动界面点击shift进入如下界面按下e
1向下翻动,将ro改为rw single init=/bin/bash
然后按下 ctrl+x进入shell
使用ip a查看ip地址
若发现无ip地址,则记住网卡名称,这里是ens33
使用
1vim /etc/network/interfaces
对网卡信息进行编辑
如果在使用vim /etc/network/interfaces没有如上信息,则需要重新导入ova,即删掉此虚拟机,重新使用vm打开ova并导入。
使用
1/etc/init.d/networking restart
进行网卡重启
若是返回networking没找到此命令,证明ova导入 ...
trollcave-v1-2
trollcave-v1-2靶机地址Trollcave: 1.2 ~ VulnHub
目标为 root用户的flag.txt
靶机配置靶机网卡配置参考我之前的Os-hackNos-1_witwitwiter的博客-CSDN博客
渗透测试使用nmap进行端口扫描
1234567891011121314└─# nmap -sV 192.168.5.136 Starting Nmap 7.91 ( https://nmap.org ) at 2021-08-30 09:22 CSTNmap scan report for 192.168.5.136 (192.168.5.136)Host is up (0.00029s latency).Not shown: 998 filtered portsPORT STATE SERVICE VERSION22/tcp open ssh OpenSSH 7.2p2 Ubuntu 4ubuntu2.4 (Ubuntu Linux; ...