├── .gitattributes ├── FTPServer └── FTPserver.exe ├── Nessus8.14破解版 ├── Nessus-8.14.0-es7.x86_64.rpm ├── README.md ├── all-2.0.tar.gz └── plugin_feed_info.inc ├── README.md ├── google谷歌访问助手 └── 谷歌访问助手_v2.3.0.zip └── navicat破解版 ├── README.md ├── navicat keygen patch v5.6.0 dfox.exe └── navicat150_premium_cs_x64.exe /.gitattributes: -------------------------------------------------------------------------------- 1 | Nessus8.14破解版/Nessus-8.14.0-es7.x86_64.rpm filter=lfs diff=lfs merge=lfs -text 2 | Nessus8.14破解版/all-2.0.tar.gz filter=lfs diff=lfs merge=lfs -text 3 | -------------------------------------------------------------------------------- /FTPServer/FTPserver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leenhem/software/9a352d6eee6be672a70299fd7fd9611c03ca1ad6/FTPServer/FTPserver.exe -------------------------------------------------------------------------------- /Nessus8.14破解版/Nessus-8.14.0-es7.x86_64.rpm: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e5841e4d434c7753558229dadf1a147563cbe3792eb41f1e2c633c3e54329421 3 | size 42502556 4 | -------------------------------------------------------------------------------- /Nessus8.14破解版/README.md: -------------------------------------------------------------------------------- 1 | #### 如果本项目对您有帮助,那就请大佬标个星呗! 2 | 3 | ##### Nessus 简介 4 | Nessus 是目前全世界最多人使用的系统漏洞扫描与分析软件。总共有超过75,000个机构使用 Nessus 作为扫描该机构电脑系统的软件。Nessus号称是世界上最流行的漏洞扫描程序,通常包括成千上万的最新的漏洞,各种各样的扫描选项,及易于使用的图形界面和有效的报告。 5 | 6 | ##### Nessus 下载 7 | 首先进NESSUS官网(https://www.tenable.com/downloads/nessus),下载8.14版本的安装程序,你是WIN系统也好,IOSX系统也好,LINUX系统也好,爱装那个版本装那个版本。 8 | 进入官网下载地址,根据自己的操作操作系统选择下载的版本。本文以Centos7系列安装为例。 9 | 10 | # 安装使用手册:https://www.code404.icu/692.html -------------------------------------------------------------------------------- /Nessus8.14破解版/all-2.0.tar.gz: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2ca64ed84f0f0f7080a09f1e507cbb244bee79f4e26da1b4a3d96eef2e6c283b 3 | size 316664332 4 | -------------------------------------------------------------------------------- /Nessus8.14破解版/plugin_feed_info.inc: -------------------------------------------------------------------------------- 1 | PLUGIN_SET = "202105110858"; 2 | PLUGIN_FEED = "ProfessionalFeed (Direct)"; 3 | PLUGIN_FEED_TRANSPORT = "Tenable Network Security Lightning"; -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 项目博客:https://www.code404.icu/ 2 | 3 | **程序员常用工具:https://www.code404.icu/programmer-box** 4 | 5 | -------------------------------------------------------------------------------- /google谷歌访问助手/谷歌访问助手_v2.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leenhem/software/9a352d6eee6be672a70299fd7fd9611c03ca1ad6/google谷歌访问助手/谷歌访问助手_v2.3.0.zip -------------------------------------------------------------------------------- /navicat破解版/README.md: -------------------------------------------------------------------------------- 1 | #### 如果本项目对您有帮助,那就请大佬标个星呗! 2 | # 安装使用手册:https://www.code404.icu/361.html -------------------------------------------------------------------------------- /navicat破解版/navicat keygen patch v5.6.0 dfox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leenhem/software/9a352d6eee6be672a70299fd7fd9611c03ca1ad6/navicat破解版/navicat keygen patch v5.6.0 dfox.exe -------------------------------------------------------------------------------- /navicat破解版/navicat150_premium_cs_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leenhem/software/9a352d6eee6be672a70299fd7fd9611c03ca1ad6/navicat破解版/navicat150_premium_cs_x64.exe --------------------------------------------------------------------------------