W01fh4cker / Serein

【懒人神器】一款图形化、批量采集url、批量对采集的url进行各种nday检测的工具。可用于src挖掘、cnvd挖掘、0day利用、打造自己的武器库等场景。可以批量利用Actively Exploited Atlassian Confluence 0Day CVE-2022-26134和DedeCMS v5.7.87 SQL注入 CVE-2022-23337。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac下dll报错

gonghar opened this issue · comments

具体报错信息:
Traceback (most recent call last):
File "/Users/coke/Desktop/Serein-main/Serein.py", line 75, in
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)
AttributeError: module 'ctypes' has no attribute 'windll'
是在windows下运行好一些么

这个软件目前支持windows和Linux,mac的话csdn上面有配置文章,但是我没有尝试过,我目前没mac电脑。

具体报错信息: Traceback (most recent call last): File "/Users/coke/Desktop/Serein-main/Serein.py", line 75, in ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid) AttributeError: module 'ctypes' has no attribute 'windll' 是在windows下运行好一些么

注释以下两行即可

myappid = "W01f.Serein.1.0"
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)