Kali Linux渗透测试 071 HTTrack 爬取整站
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
本文记录 Kali Linux 2018.1 学习使用和渗透测试的详细过程,教程为安全牛课堂里的《Kali Linux 渗透测试》课程
- httrack 爬取整站
1. HTTrack 爬取整站
爬取整站的网页,用于离线浏览,减少与目标系统交互
HTTrack 官方网站:http://www.httrack.com/
HTTrack是一个免费的(GPL,自由软件)和易于使用的离线浏览器工具。 它允许您从Internet上下载万维网站点到本地目录,递归地构建所有目录,从服务器获 取HTML,图像和其他文件到您的计算机。HTTrack安排原始网站的相关链接结构。 只需在浏览器中打开“镜像”网站的页面,即可从链接到链接浏览网站,就像在线查看网站一样。 HTTrack也可以更新现有的镜像站点,并恢复中断的下载。HTTrack完全可配置,并具有集成的帮助系统。 root@kali:~# mkdir dvwa root@kali:~# httrack Welcome to HTTrack Website Copier (Offline Browser) 3.49-2 Copyright (C) 1998-2017 Xavier Roche and other contributors To see the option list, enter a blank line or try httrack --help Enter project name :dvwa Base path (return=/root/websites/) :/root/dvwa Enter URLs (separated by commas or blank spaces) :http://172.16.10.133/dvwa/ Action: (enter) 1 Mirror Web Site(s) 2 Mirror Web Site(s) with Wizard 3 Just Get Files Indicated 4 Mirror ALL links in URLs (Multiple Mirror) 5 Test Links In URLs (Bookmark Test) 0 Quit : 2 Proxy (return=none) : You can define wildcards, like: -*.gif +www.*.com/*.zip -*img_*.zip Wildcards (return=none) :* You can define additional options, such as recurse level (-r<number>), separated by blank spaces To see the option list, type help Additional options (return=none) : ---> Wizard command line: httrack http://172.16.10.133/dvwa/ -W -O "/root/dvwa/dvwa" -%v * Ready to launch the mirror? (Y/n) : WARNING! You are running this program as root! It might be a good idea to run as a different user Mirror launched on Sun, 04 Mar 2018 06:28:17 by HTTrack Website Copier/3.49-2 [XR&CO'2014] mirroring http://172.16.10.133/dvwa/ * with the wizard help.. Done. Thanks for using HTTrack! *
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)