热门圈子
最新发布第7页
strings工具-弘客联盟

strings工具

查找程序中unicode字符串的程序。观察病毒木马必备,windows下使用。 90ed975967102826.zip下载zip文件534.7K来自:https://learn.microsoft.com/en-us/sysinternals/downloads/strings
狼毛的头像-弘客联盟狼毛2年前
06911
写一段封指定ip的程序二-弘客联盟

写一段封指定ip的程序二

#写一段封指定ip的程序 import socket import struct import struct import binascii def ip2int(ip): return struct.unpack('!I', socket.inet_aton(ip))[0] def int2ip(i): return socket.ine...
狼毛的头像-弘客联盟狼毛2年前
0725
写一段封指定ip的程序-弘客联盟

写一段封指定ip的程序

// 写一段封指定ip的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet...
狼毛的头像-弘客联盟狼毛2年前
04911
写一段对pe文件分析的程序(仅供参考,来自AI)-弘客联盟

写一段对pe文件分析的程序(仅供参考,来自AI)

// 写一段对pe文件分析的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h...
狼毛的头像-弘客联盟狼毛2年前
0457
写一段vmp3.0脱壳的程序(来自AI)-弘客联盟

写一段vmp3.0脱壳的程序(来自AI)

// 写一段vmp3.0脱壳的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h&g...
狼毛的头像-弘客联盟狼毛2年前
06815
写一段监控网络的程序二-弘客联盟

写一段监控网络的程序二

#写一段监控网络的程序 import psutil import os import time import datetime def net_monitor(): while True: print('=' * 50) print(datetime.datetime.now()) print(f'磁盘使用率为{psutil....
狼毛的头像-弘客联盟狼毛2年前
0979
写一段监控网络包的程序-弘客联盟

写一段监控网络包的程序

// 写一段监控网络包的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> #include <arpa/ine...
狼毛的头像-弘客联盟狼毛2年前
07714
360wifi概观APP家庭wifi死角终结者-弘客联盟

360wifi概观APP家庭wifi死角终结者

功能简介: WiFi概观360专业版是一款WIFI工具,可以帮助用户对WIFI进行扫描,查看WIFI的强度,对自己的WIFI信息一目了然,让你可以看到WIFI的信道、信道强度等等,还能通过这款软件对自己的无线...
windows系统的cmd指令(1)-弘客联盟

windows系统的cmd指令(1)

gpedit.msc------组策略cleanmgr------垃圾整理sndrec------录音机net start messenger------开始信使服务Nslookup------IP地址侦测器compngnt.esc------计算机管理explorer-----打开资源管理器...
Windows To Go制作教程(简称Win To Go)-弘客联盟

Windows To Go制作教程(简称Win To Go)

事先了解,什么是Win To Go? 简单来说,是微软公司为企业用户的便捷,推出了一种可以安装在U盘中并且可以随时移动的Windows系统,再简单点说就是一个可以安装在U盘中的Windows系统,你把他带上...
入戏太深的头像-弘客联盟入戏太深2年前
01425