@TestFlightX · Post #34727 · 27.11.2024 г., 15:46
#C2#PASSWORD https://testflight.apple.com/join/9bWDU14c
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #281 · 18 авг.
Что-то вы гоните насчет "привычного вида формата 755 и 644". Я вот вообще не понял что это!😳 Действительно, что означают цифры которые мы получили в прошлом посте? Это кодировка, заключающая в себе режимы доступа к файлу. Подробней можно почитать в статье про chmod. Там можно увидеть альтернативное обозначение того же самого с помощью символов r w x, что значит чтение, запись, исполнение. Чтобы преобразовать восьмеричное число в такое обозначение в Python есть готовая функция >>> stat.filemode(0o755) '?rwxr-xr-x' Мы видим 3 группы по 3 символа, дающие 3 типа доступа для 3 типов юзеров. А что за знак вопроса в начале? Давайте передадим в эту функцию необрезанное значение от os.stat >>> stat.filemode(os.stat(path).st_mode) 'drwxr-xr-x' Это данные, которые мы безжалостно обрезали в прошлый раз😼 Первый символ обозначает тип объекта. Это может быть файл (-), директория (d) или симлинк (l). Вот простая схема данной кодировки [1][3][3][3] │ │ │ │ │ │ │ └──> Others Permissions │ │ └─────> Group Permissions │ └────────> Owner Permissions └───────────> File Type (разверните экран если вы с телефона) Если вы попробуете получить пермишены для симлинка то получите пермишены для файла >>> path = '.venv/bin/python3' >>> stat.filemode(os.stat(path).st_mode) '-rwxr-xr-x' Чтобы получить свойства именно симлинка, нужно это явно указать >>> stat.filemode(os.stat(path, follow_symlinks=False).st_mode) 'lrwxrwxrwx' #tricks#basic
Пребарај: #c2
@TestFlightX · Post #34727 · 27.11.2024 г., 15:46
#C2#PASSWORD https://testflight.apple.com/join/9bWDU14c
@githubredteam · Post #84120 · 13.05.2026 г., 19:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:docs-atlas-c2fca190 👤项目作者:mintlify-atlas 🛠开发语言: MDX ⭐Star数量: 0 | 🍴Fork数量: 0 📅更新时间: 2026-05-13 19:01:51 📝项目描述: 无描述 🔗点击访问项目地址
@githubredteam · Post #83601 · 10.05.2026 г., 04:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:c2i 👤项目作者:Open-Technology-Foundation 🛠开发语言: Shell ⭐Star数量: 0 | 🍴Fork数量: 0 📅更新时间: 2026-05-10 04:00:54 📝项目描述: A lightweight utility for saving clipboard PNG images to files with timestamp. 🔗点击访问项目地址
@githubredteam · Post #83404 · 08.05.2026 г., 19:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:C2export 👤项目作者:rericha19 🛠开发语言: C++ ⭐Star数量: 11 | 🍴Fork数量: 2 📅更新时间: 2026-05-08 19:02:59 📝项目描述: Crash 2 level (re)builder and multipurpose tool 🔗点击访问项目地址
@GithubRedTeam · Post #80525 · 16.04.2026 г., 09:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:3f2c7fac-647f-4aba-864e-c28b35707023 👤项目作者:dgurfein 🛠开发语言: C# ⭐Star数量: 0 | 🍴Fork数量: 0 📅更新时间: 2026-04-16 09:03:06 📝项目描述: Longest Sequence 🔗点击访问项目地址
@GithubRedTeam · Post #80317 · 14.04.2026 г., 20:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:SEDAP-Express 👤项目作者:UNIITY-Team 🛠开发语言: Java ⭐Star数量: 27 | 🍴Fork数量: 4 📅更新时间: 2026-04-14 19:59:19 📝项目描述: SEDAP-Express is an exceptionally fast path/lightweight protocol to integrate new applications, sensors, effectors or other similar things especially into the ecosystem of MESE/UNIITY but not only! There are already a bunch of companies and individuals who use that internally for their own projects to exchange tactical or telemetry data. 🔗点击访问项目地址
@GithubRedTeam · Post #80202 · 14.04.2026 г., 03:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:overview 👤项目作者:MythicMeta 🛠开发语言: JavaScript ⭐Star数量: 8 | 🍴Fork数量: 0 📅更新时间: 2026-04-14 02:59:06 📝项目描述: Overview of Mythic C2 Profiles and Mythic Agents 🔗点击访问项目地址
@GithubRedTeam · Post #80090 · 13.04.2026 г., 08:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:c2c 👤项目作者:clankercode 🛠开发语言: Python ⭐Star数量: 0 | 🍴Fork数量: 0 📅更新时间: 2026-04-13 08:02:12 📝项目描述: Tools and documentation for Claude-to-Claude messaging experiments. Discover live Claude sessions, inject messages, inspect history, and coordinate multi-agent conversations on a shared machine. The foundation for chat-to-chat messaging systems. 🔗点击访问项目地址
@GithubRedTeam · Post #79248 · 07.04.2026 г., 11:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:gemma-c2c 👤项目作者:Abdulraqib20 🛠开发语言: Jupyter Notebook ⭐Star数量: 0 | 🍴Fork数量: 0 📅更新时间: 2026-04-07 11:02:16 📝项目描述: Chaos-to-Clarity (C2C): fine-tune Gemma 4 E4B to extract structured YAML from messy text. MLX, Hugging Face, Gradio. 🔗点击访问项目地址
@GithubRedTeam · Post #78856 · 05.04.2026 г., 02:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:c2e-slack 👤项目作者:w2ayz 🛠开发语言: Python ⭐Star数量: 0 | 🍴Fork数量: 0 📅更新时间: 2026-04-05 02:01:27 📝项目描述: Chinese to English Slack bot — local Whisper + Ollama + Edge TTS pipeline 🔗点击访问项目地址
@GithubRedTeam · Post #78625 · 03.04.2026 г., 14:04
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:Network-Instruction-Detection-System-Using-Scapy 👤项目作者:royaldevil8 🛠开发语言: Python ⭐Star数量: 0 | 🍴Fork数量: 0 📅更新时间: 2026-04-03 13:59:06 📝项目描述: A Network Instruction Detection System (NIDS) using Scapy monitors network traffic in real time, analyzes packets, and detects suspicious or malicious commands. It helps identify C2 signals, unauthorized instructions, exploits, and abnormal patterns, acting as a lightweight intrusion detection system. 🔗点击访问项目地址
@GithubRedTeam · Post #78217 · 01.04.2026 г., 01:03
🚨 GitHub 监控消息提醒 🚨发现关键词:#C2#Command 📦项目名称:c2cciutils 👤项目作者:camptocamp 🛠开发语言: Python ⭐Star数量: 4 | 🍴Fork数量: 2 📅更新时间: 2026-04-01 01:03:07 📝项目描述: 无描述 🔗点击访问项目地址