随笔分类 -  r日常小问题

本人小白一枚,正在接触网安,琐碎东西太杂,走一步就一个坑
摘要:找到学院大佬要到的资源 pycharm-professional-2018.3.1 https://pan.baidu.com/s/1oj7RDiaITuXSM65Hty7GFA 提取码:60gl 用补丁获取无限期的使用。我还需要补丁 https://pan.baidu.com/s/1wcl94Zz 阅读全文
posted @ 2020-09-05 23:01 嘻嘻嘻ziixi 阅读(465) 评论(0) 推荐(0)
摘要:kali安装shodan :easy_install shodan 之后:shodan -h 查看是否安装成功 初始化: shodan init <api key> 可以去官网www.shodan.io注册, 查看自己账号积分: shodan info 查看我的互联网IP: shodan myip 阅读全文
posted @ 2020-07-16 12:20 嘻嘻嘻ziixi 阅读(701) 评论(0) 推荐(0)
摘要:#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdbool.h>#include <iostream>#include <algorithm>using namespace std;#define N 300st 阅读全文
posted @ 2020-06-28 14:51 嘻嘻嘻ziixi 阅读(128) 评论(0) 推荐(0)
摘要:apt-get -y install net-tools如果权限不够命令前加sudo就欧克了之后不行的话,重启下Kali 阅读全文
posted @ 2020-05-08 23:49 嘻嘻嘻ziixi 阅读(878) 评论(0) 推荐(0)