zhyann的头像-白鸢的笔记
管理员
这家伙很懒,什么都没有写...
案例:鸢尾花种类预测--数据集介绍-白鸢的笔记

案例:鸢尾花种类预测–数据集介绍

本实验介绍了使用Python进行机器学习的一些基本概念。 在本案例中,将使用K-Nearest Neighbor(KNN)算法对鸢尾花的种类进行分类,并测量花的特征。本案例目的:遵循并理解完整的机器学习过程对...
特征工程-特征预处理-白鸢的笔记

特征工程-特征预处理

1 什么是特征预处理1.1 特征预处理定义scikit-learn的解释provides several common utility functions and transformer classes to change raw feature vectors into a representation that is ...
鸢尾花种类预测—流程实现-白鸢的笔记

鸢尾花种类预测—流程实现

1 再识K-近邻算法APIsklearn.neighbors.KNeighborsClassifier(n_neighbors=5,algorithm='auto')n_neighbors:int,可选(默认= 5),k_neighbors查询默认使用的邻居数algorithm:{‘auto’,‘ba...
Quackerjack-白鸢的笔记

Quackerjack

简介point 10CTF-200-06Difficulty INTERMEDIATErated by community INTERMEDIATE No duck hunting here, but open your eyes carefully like a true hunter 实验环境攻击者 Kali 192.168.45....
LaVita-白鸢的笔记

LaVita

简介point 10LaVitaDifficulty INTERMEDIATErated by community HARD Part 7 of Labor Day CTF Machine 实验环境攻击者 Kali 192.168.45.209受害者 IP 192.168.181.38  Linux 1. 信息收集收...
Nukem-白鸢的笔记

Nukem

简介point 20NukemDifficulty INTERMEDIATErated by community HARD Hmmm… That’s gonna leave a mark. 实验环境攻击者 Kali 192.168.45.209受害者 IP 192.168.181.105  Linux 1. 信息收...
Fail-白鸢的笔记

Fail

简介point 20NukemDifficulty INTERMEDIATErated by community INTERMEDIAT You shall not pass. 实验环境攻击者 Kali 192.168.45.209受害者 IP 192.168.181.126  Linux 1. 信息收集收集受...
Pelican-白鸢的笔记

Pelican

简介point 20PelicanDifficulty INTERMEDIATErated by community INTERMEDIAT Let's hope to see one at the zoo. 实验环境攻击者 Kali 192.168.45.209受害者 IP 192.168.181.98  Linux 1. ...
PC-白鸢的笔记

PC

简介point 10PCDifficulty INTERMEDIATErated by community INTERMEDIAT 实验环境攻击者 Kali 192.168.45.206受害者 IP 192.168.169.210  Linux 1. 信息收集收集受害者服务详情nmap -sV -A 1...
Grafana v8.3.0 提权-白鸢的笔记

Grafana v8.3.0 提权

https://vk9-sec.com/grafana-8-3-0-directory-traversal-and-arbitrary-file-read-cve-2021-43798/?source=post_page-----b14a6e535e1f-------------------------------- 1. 查看版本curl htt...