
C&C Botnet written in Python with fabric
C&C बॉटनेट Python में लिखा गया
Python में fabric का उपयोग करके लिखा गया सरल बॉटनेट।
इस कोड के उपयोग के लिए लेखक जिम्मेदार नहीं है।
होस्ट को प्रोजेक्ट की मुख्य निर्देशिका में शामिल फ़ाइल hosts.txt से लोड करना संभव है। इस फ़ाइल का डिफ़ॉल्ट प्रारूप है:
username@host:port password
यदि पोर्ट नंबर घोषित नहीं किया गया है, तो पोर्ट 22 का उपयोग किया जाता है:
username@host password
SSH कनेक्शन डिफ़ॉल्ट प्रमाणीकरण विधि है, इसलिए यदि होस्ट उपयोगकर्ता की सार्वजनिक कुंजी जानता है, तो पासवर्ड इंगित करना आवश्यक नहीं है:
username@host
एप्लिकेशन शुरू करने के लिए, बस रिपॉजिटरी डाउनलोड करें
git clone https://github.com/marcorosa/CnC-Botnet-in-Python
cd CnC-Botnet-in-Python
निर्भरताएँ स्थापित करें
pip install -r requirements.txt
hosts.txt फ़ाइल बनाएं (वैकल्पिक, ऊपर देखें), और स्टार्ट स्क्रिप्ट चलाएं
python start.py
=================================
MENU
=================================
[0] Load host from external file
[1] Add a new host
[2] Print selected hosts
[3] Check active hosts
[4] Select only active hosts
[5] Select bots
[6] Execute command locally
[7] Execute command on bots
[8] Run external script
[9] Open shell in a host
[10] Exit
>>>