该文被密码保护。 阅读全文
posted @ 2021-12-27 16:23 流亡青年 阅读(1) 评论(0) 推荐(0) 编辑
摘要: php python java Go C语言 C# 易语言 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified H 阅读全文
posted @ 2021-04-14 15:27 流亡青年 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 初学Python练手项目,直接上代码,后续技术进步了可以加上指定字典扫描,现在还不会^_^ 加上并发的话扫描速度会更快,现在也不会~ 1 import requests 2 3 with open('domains.txt','r') as file: 4 domains =[line.strip( 阅读全文
posted @ 2024-07-18 01:11 流亡青年 阅读(1) 评论(0) 推荐(0) 编辑
摘要: # # # # Binary Defense Systems Artillery Threat Intelligence Feed and Banlist Feed # https://www.binarydefense.com # # Note that this is for public us 阅读全文
posted @ 2024-07-11 16:57 流亡青年 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ichunqiu/p/7737704.html 阅读全文
posted @ 2024-07-01 15:00 流亡青年 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 简介WireShark的追踪流功能可以帮我们抓取从网络上下载的各种文件,接下来就演示下如何抓取并且进行还原。使用Nginx搭建文件存储服务器只要是通过http网站下载的包,都可以通过追踪流工具进行抓取。这里为了演示,临时搭建一个Nginx文件存储服务器。首先我们准备一台Nginx服务器,把默认配置改 阅读全文
posted @ 2024-04-26 14:23 流亡青年 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 免杀 https://xz.aliyun.com/t/14215?time__1311=mqmx9QiQi%3DgjD%2FD0DTGkbvPGK0Qe45dx https://github.com/TideSec/BypassAntiVirus 阅读全文
posted @ 2024-04-09 17:28 流亡青年 阅读(13) 评论(0) 推荐(0) 编辑
摘要: SMB传输文件 https://choice-flaky.gitbook.io/pentesting/impacket/impacket-smbserver https://www.linkedin.com/posts/keith-monroe_if-you-need-to-transfer-fil 阅读全文
posted @ 2024-03-29 11:15 流亡青年 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1.学好PHP 2.挖洞 3.学好Python 阅读全文
posted @ 2024-02-05 13:47 流亡青年 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/37173608?utm_id=0 阅读全文
posted @ 2024-01-16 11:57 流亡青年 阅读(22) 评论(0) 推荐(0) 编辑
摘要: magic_quotes_gpc --+ https://blog.csdn.net/xiayun1995/article/details/86500605 阅读全文
posted @ 2024-01-04 15:12 流亡青年 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 引入一个random模块 import random 使用random模块中的函数:random.randint(1,100) 阅读全文
posted @ 2023-11-29 10:54 流亡青年 阅读(4) 评论(0) 推荐(0) 编辑