通过nmap扫描,只开放了80端口,并且该web服务是基于Joomla搭建: root@kali:~# nmap -A 192.168.74.140 Starting Nmap 7.80 ( https://nmap.org ) at 2020-04-15 10:06 CST Nmap scan r ...
分类:
其他好文 时间:
2020-04-20 00:58:45
阅读次数:
65
已知host-only模式的网卡网段为:192.168.74.1/24,探测up主机: root@kali:~# nmap -sn 192.168.74.1/24 Starting Nmap 7.80 ( https://nmap.org ) at 2020-03-31 19:55 CST Nmap ...
分类:
其他好文 时间:
2020-04-19 22:22:35
阅读次数:
113
这个靶机一共有5个flag,全部找到就能通关。 因不知道DC 1靶机的IP,所有我们需要将靶机和kali放在同一个局域网里面,使用桥接模式,先探测DC 1的主机IP地址。 拿到靶机的IP地址192.168.1.7 接着探测靶机开放了哪些端口。 可以看到开放了22 80 111三个端口 访问80端口。 ...
分类:
其他好文 时间:
2020-04-19 00:58:12
阅读次数:
83
wget https://bootstrap.pypa.io/get-pip.py python3 get-pip.py pip3 -V kali python pip3 的安装和卸载: 安装 卸载 更新 换源 需求文件requirements.txt的创建及使用 批量指定安装 ...
分类:
其他好文 时间:
2020-04-17 15:19:56
阅读次数:
202
1.安装nc yum install nmap-ncat -y 在debian(kali linux)下安装的话使用: apt install ncat -y 但安装nmap时都会自动安装nc。 2.使用nc连接端口 nc -vn 104.192.80.196 80 nc -v pop3.163.c ...
分类:
Web程序 时间:
2020-04-17 12:41:17
阅读次数:
97
awk awk '{pattern + action}' {filenames} 当我们所指定的规则脚本过长的时候,我们可以使用-f的选项加上我们的脚本文件。再复杂点我们可以直接调用shell脚本,就像我们在编写python时需要加上解释器一样,我们调用#!/bin/awk这样也可以进行调用。 ro ...
分类:
其他好文 时间:
2020-04-13 16:43:46
阅读次数:
73
You can use the command to see a list of all installed packages on your computer. To uninstall a program use command. For example, the following comma ...
分类:
系统相关 时间:
2020-04-12 16:18:39
阅读次数:
85
基于Docker容器中的pdf2htmlEX转PDF操作说明:https://beltxman.com/2567.html kali linux系统安装docker操作: sudo apt install apt-transport-https ca-certificates curl gnupg- ...
分类:
Web程序 时间:
2020-04-11 23:38:04
阅读次数:
94
[root@localhost ~]#firewall-cmd --state not running [root@bigdata hadoop]# systemctl is-enabled firewalld.service;echo $? (查看服务是否开机启动) enabled 0 [root ...
分类:
系统相关 时间:
2020-04-11 18:17:13
阅读次数:
249
其实19年12月份就装了这个虚拟机,但当时误输名字为kail,导致后来查看自己虚拟机的时候一直以为自己没有kali,今天把原来的删掉重新进行了一回。。。 打开VM虚拟机,点击创建新的虚拟机。 选择稍后安装操作系统 客户机系统类型选择“Linux”和“Debian 10.x 64位”。 合理命名虚拟机 ...
分类:
系统相关 时间:
2020-04-11 14:36:24
阅读次数:
101