From 1e4e423e68d99f47f9b626630d1ebfe5658f6647 Mon Sep 17 00:00:00 2001 From: MasonLiu <2857911564@qq.com> Date: Mon, 9 Dec 2024 23:12:32 +0800 Subject: [PATCH] adjust file structure --- Core.py | 14 +++++++------- GotoSend_4hou.py => GotoSend/M_4hou.py | 0 GotoSend_anquanke.py => GotoSend/anquanke.py | 0 GotoSend_doonsec.py => GotoSend/doonsec.py | 0 GotoSend_freebuf.py => GotoSend/freebuf.py | 0 GotoSend_qianxin.py => GotoSend/qianxin.py | 0 GotoSend_seebug.py => GotoSend/seebug.py | 1 - GotoSend_xianzhi.py => GotoSend/xianzhi.py | 0 8 files changed, 7 insertions(+), 8 deletions(-) rename GotoSend_4hou.py => GotoSend/M_4hou.py (100%) rename GotoSend_anquanke.py => GotoSend/anquanke.py (100%) rename GotoSend_doonsec.py => GotoSend/doonsec.py (100%) rename GotoSend_freebuf.py => GotoSend/freebuf.py (100%) rename GotoSend_qianxin.py => GotoSend/qianxin.py (100%) rename GotoSend_seebug.py => GotoSend/seebug.py (99%) rename GotoSend_xianzhi.py => GotoSend/xianzhi.py (100%) diff --git a/Core.py b/Core.py index 00d97ab..93510fc 100644 --- a/Core.py +++ b/Core.py @@ -14,13 +14,13 @@ from SendBot import SendToFeishu, gen_sign from media.common import run, seebug_main, M_4hou_main, anquanke_main, sec_wiki_main, huawei_main, doonsec_main, qianxin_main from media.freebuf import freebuf_main from media.xianzhi import xianzhi_main -from GotoSend_4hou import Src_4hou -from GotoSend_anquanke import Src_anquanke -from GotoSend_doonsec import Src_doonsec -from GotoSend_xianzhi import Src_xianzhi -from GotoSend_freebuf import Src_freebuf -from GotoSend_qianxin import Src_qianxin -from GotoSend_seebug import Src_seebug +from GotoSend.M_4hou import Src_4hou +from GotoSend.anquanke import Src_anquanke +from GotoSend.doonsec import Src_doonsec +from GotoSend.xianzhi import Src_xianzhi +from GotoSend.freebuf import Src_freebuf +from GotoSend.qianxin import Src_qianxin +from GotoSend.seebug import Src_seebug import logging # 设置日志记录 diff --git a/GotoSend_4hou.py b/GotoSend/M_4hou.py similarity index 100% rename from GotoSend_4hou.py rename to GotoSend/M_4hou.py diff --git a/GotoSend_anquanke.py b/GotoSend/anquanke.py similarity index 100% rename from GotoSend_anquanke.py rename to GotoSend/anquanke.py diff --git a/GotoSend_doonsec.py b/GotoSend/doonsec.py similarity index 100% rename from GotoSend_doonsec.py rename to GotoSend/doonsec.py diff --git a/GotoSend_freebuf.py b/GotoSend/freebuf.py similarity index 100% rename from GotoSend_freebuf.py rename to GotoSend/freebuf.py diff --git a/GotoSend_qianxin.py b/GotoSend/qianxin.py similarity index 100% rename from GotoSend_qianxin.py rename to GotoSend/qianxin.py diff --git a/GotoSend_seebug.py b/GotoSend/seebug.py similarity index 99% rename from GotoSend_seebug.py rename to GotoSend/seebug.py index abb4ccf..ee6ec62 100644 --- a/GotoSend_seebug.py +++ b/GotoSend/seebug.py @@ -4,7 +4,6 @@ import json import sqlite3 import os from datetime import datetime, timedelta -from SendBot import SendToFeishu import email.utils diff --git a/GotoSend_xianzhi.py b/GotoSend/xianzhi.py similarity index 100% rename from GotoSend_xianzhi.py rename to GotoSend/xianzhi.py