摘要: 原文链接:https://riboseyim.github.io/2018/02/10/Machine Learning Algorithms/ 摘要 机器学习算法分类:监督学习、半监督学习、无监督学习、强化学习 基本的机器学习算法:线性回归、支持向量机(SVM)、最近邻居(KNN)、逻辑回归、决策 阅读全文
posted @ 2018-11-15 11:20 Antiver 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 原题 Linked lists are great! They let you chain pieces of data together. nc pwn.chal.csaw.io 9005 链接:https://ctftime.org/task/6644 附件:(下面那个打不开的图片就是,请将文件 阅读全文
posted @ 2018-09-27 11:20 Antiver 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://github.com/Naetw/CTF pwn tips 目录 "溢出" "在gdb中寻找字符串" "二进制服务" "找到libc中特定函数的偏移地址" "Find '/bin/sh' or 'sh' in library" "Leak stack address" "g 阅读全文
posted @ 2018-09-27 10:24 Antiver 阅读(3425) 评论(0) 推荐(0) 编辑
摘要: https://hauweele.net/~gawen/blog/?tag=route_localnet Today I wanted to transparantly redirect the DNS requests coming at the output of a tunnel to a l 阅读全文
posted @ 2018-09-02 02:08 Antiver 阅读(2004) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://scotdoyle.com/python-epoll-howto.html 介绍 Python已于2.6版本添加访问Linux epoll库的API。这篇教程使用Python 3简要介绍如何使用Linux epoll。 阻塞Socket 例1是一个Pyhton服务端程序,它监 阅读全文
posted @ 2018-09-01 10:23 Antiver 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 背景 最近在工作中发现了一个错误,在执行多线程扫描脚本的时候频繁出现下面这个错误 HTTPConnectionPool(host=‘t.tips', port=80): Max retries exceeded with url: /index.php (Caused by NewConnectio 阅读全文
posted @ 2018-01-04 23:05 Antiver 阅读(7652) 评论(0) 推荐(0) 编辑
摘要: 1、那一跳禁PING2、那一跳不对TTL超时做响应处理,直接丢弃3、MPLS VPN网络 阅读全文
posted @ 2017-12-16 13:35 Antiver 阅读(924) 评论(0) 推荐(0) 编辑
摘要: 一个简单的函数 首先我们可以定一个简单的函数, 函数内部只考虑required_arg这一个形参(位置参数) def exmaple(required_arg): print required_arg exmaple("Hello, World!") >> Hello, World! 那么,如果我们 阅读全文
posted @ 2017-12-15 13:18 Antiver 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 一、 概述 12月1日,”火绒安全实验室”发出警报,一款名为”云计算”的软件,正通过各种流氓渠道大肆推广,该软件除了把用户电脑当”肉鸡”进行挖矿外,没有任何其他功能,是一种纯粹的挖矿工具(生产”零币”)。而被植入”云计算”软件的电脑,则沦为挖矿的”肉鸡”,大量系统资源被侵占,出现速度变慢、发热等异常 阅读全文
posted @ 2017-12-07 18:44 Antiver 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 从http://slproweb.com/products/Win32OpenSSL.html下载已经编译好的openssl,一路next 我将OpenSSL-Win32\lib\VC目录下的libeay32MT.lib和ssleay32MT.lib考到了上级目录,不知道这部操作对编译是否有影响 c 阅读全文
posted @ 2017-11-30 21:34 Antiver 阅读(1219) 评论(0) 推荐(0) 编辑