干货分享 第6页
提供各种资源干货分享。

strings工具

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

写一段封指定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...
狼毛的头像-弘客联盟狼毛3年前
0855

写一段封指定ip的程序

// 写一段封指定ip的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet...
狼毛的头像-弘客联盟狼毛3年前
06511

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

// 写一段对pe文件分析的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h...
狼毛的头像-弘客联盟狼毛3年前
0537

写一段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...
狼毛的头像-弘客联盟狼毛3年前
08715

写一段监控网络的程序二

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

写一段监控网络包的程序

// 写一段监控网络包的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> #include <arpa/ine...
狼毛的头像-弘客联盟狼毛3年前
09514

[开源]可视化大数据交互动态模板网页前端模板

[开源]可视化大数据交互动态模板网页前端模板-弘客联盟
简介:开源的大数据前端模板源码,可用于公司数据大屏展示。 运行系统:windows7+以上、推荐宝塔、UB、linux 下载地址:https://kfchengzi.lanzoul.com/i8KoUx0t95g (如无法访问链接X可替换为S)
HAC-洪哥的头像-弘客联盟HAC-洪哥3年前
046710

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

360wifi概观APP家庭wifi死角终结者-弘客联盟
功能简介: WiFi概观360专业版是一款WIFI工具,可以帮助用户对WIFI进行扫描,查看WIFI的强度,对自己的WIFI信息一目了然,让你可以看到WIFI的信道、信道强度等等,还能通过这款软件对自己的无线...
HAC-洪哥的头像-弘客联盟HAC-洪哥3年前
358315

windows系统的cmd指令(1)

windows系统的cmd指令(1)-弘客联盟
gpedit.msc------组策略cleanmgr------垃圾整理sndrec------录音机net start messenger------开始信使服务Nslookup------IP地址侦测器compngnt.esc------计算机管理explorer-----打开资源管理器...
入戏太深的头像-弘客联盟入戏太深3年前
024113