Aggregator
从JDK源码学习HashSet和HashTable - tr1ple
4 years 9 months ago
HashSet Java中的集合(Collection)有三类,一类是List,一类是Queue,再有一类就是Set。 前两个集合内的元素是有序的,元素可以重复;最后一个集合内的元素无序,但元素不可重复。 Set: 1.用于存储无序(存入和取出的顺序不一定相同)元素,值不能重复 2.对象的相等性本质
tr1ple
Privacy and Surveillance: How Generation Z and Millennials See the Internet of Things
4 years 9 months ago
Over 700 survey respondents from different generations shared their views about the IoT and the tradeoffs between privacy and convenience.
Attify 物联网渗透测试专用虚拟机
4 years 9 months ago
推荐!!!
A QUICk Introduction to HTTP/3
4 years 9 months ago
HTTP/3 is the newest iteration of the HTTP protocol that improves web security and performance.
Javier Garza
一些提取api key的正则表达式
4 years 9 months ago
分享几十条提取api key的正则表达式。可以借助burp、Mitmproxy,goproxy等来实现敏感信息的发现。
在实际使用过程中,因为有部分规则是有转义的,在整合进工具的时候需要检查下,修正后使用即可。也欢迎大家回复本文补充新的~
一些临时邮箱服务网站
4 years 9 months ago
临时邮箱,方便在一些网站隐藏自己身份信息,也可以在安全测试的使用。
推荐使用的:https://t.odmail.cn
https://www.mohmal.com
http://od.obagg.com
http://onedrive.readmail.net
http://xkx.me
Swaks SMTP协议操作工具
4 years 9 months ago
Swaks:Swiss Army Knife SMTP (SMTP界的瑞士军刀)利用它我们可以操作SMTP协议报文。
二进制安全的一些基础知识 - Afant1
4 years 9 months ago
今天并没有刷题,看到ctf wiki高级ROP,发现ret2_dl_runtime_resolve,涉及到PLT&GOT 表以及延迟绑定机制,还是把基础打好。 今天笔记不多,主要是理解。推荐一下看的资料 "PLT&GOT 表以及延迟绑定机制" "ELF 文件结构解析" "ELF文件结构解析的工具"
Afant1
我对安全与NLP的实践和思考
4 years 9 months ago
真相在第五层,我以为我看到了第二层,但我可能还在第一层,我们能做的,唯有不断学习,不断思考。
The Building Wave of Internet Traffic
4 years 9 months ago
The Novel Coronavirus, and the resulting viral respiratory illness caused by it, COVID-19, is changing our world. As much as possible, people around the world are practicing social distancing. This means working remotely for a large number of people, possibly...
Martin McKeay
全面了解信贷业务流程
4 years 9 months ago
信贷业务流程,用户生命周期
栈溢出笔记-第五天 - Afant1
4 years 9 months ago
ROP x64位的,ret2csu: "http://www.vuln.cn/6644" "https://ctf wiki.github.io/ctf wiki/pwn/linux/stackoverflow/medium rop zh/ ret2reg" plt和got看这俩篇文章: "http
Afant1
猫咪三算-疫情、地缘政治与投资机会
4 years 9 months ago
争取从年更博主变为周更博主。
从JDK源码学习HashMap - tr1ple
4 years 9 months ago
这篇文章记录一下hashmap的学习过程,文章并没有涉及hashmap整个源码,只学习一些重要部分,如有表述错误还请在评论区指出~ 基本概念 Hashmap采用key算hash映射到具体的value,因此查找效率为o(1),为防止hash冲突,在数组的基础上加入链表、红黑树,为无序非线程安全的存储结
tr1ple
2019年度IoT高级威胁研究笔记分享
4 years 9 months ago
2019年开始,我以360Netlab未知威胁检测系统去披露监测到的一些未知的恶意软件,未知的Exploi
Four Risks to Consider with Expanded VPN Deployments
4 years 9 months ago
The rush to deploy remote access solutions can bring unexpected risks to light.
从JDK源码学习ArrayList - tr1ple
4 years 9 months ago
从今天开始从源码去学习一些Java的常用数据结构,打好基础:) Arraylist源码阅读: jdk版本:1.8.0 首先看其构造方法: 构造方法一: 第一种支持初始化容量大小,其中声明一个对象数组,赋值给this.elementdata 构造方法二: 第二种无参构造函数,即不指定初始容量大小,则默
tr1ple
零信任架构实战系列:干掉密码,无密码化方案落地
4 years 9 months ago
对于密码,相信不少人都有欲除之而后快的念头,那么我们是否可以干掉密码?又会有哪些挑战?本文是对干掉密码的实践,以及如何结合零信任进行实施。
业务安全之黑产引流工具(续)
4 years 9 months ago
续上篇,业务安全层黑产引流硬件工具