
OWASP Honeypot، إطار عمل خداع آلي.
OWASP Honeypot هو برنامج مفتوح المصدر مكتوب بلغة بايثون، صُمم لإنشاء honeypot وhoneynet بطريقة سهلة وآمنة! هذا المشروع متوافق مع Python 3.x وتم اختباره على Mac OS X و Linux.
نحن نقدر أي مساهمة أو أفكار أو ملاحظات. لا تتردد في التواصل معنا عن طريق إنشاء issue أو إرسال بريد إلكتروني مباشرة إلى [email protected]. يرجى زيارة صفحة Wiki لمزيد من المعلومات.
ctrl + c لإغلاق وإزالة خدمة honeypot بشكل صحيح!)
______ __ _____ _____
/ __ \ \ / /\ / ____| __ \
| | | \ \ /\ / / \ | (___ | |__) |
| | | |\ \/ \/ / /\ \ \___ \| ___/
| |__| | \ /\ / ____ \ ____) | |
\____/ \/ \/_/ \_\_____/|_|
_ _ _____ _
| | | | | __ \ | |
| |__| | ___ _ __ ___ _ _| |__) |__ | |_
| __ |/ _ \| "_ \ / _ \ | | | ___/ _ \| __|
| | | | (_) | | | | __/ |_| | | | (_) | |_
|_| |_|\___/|_| |_|\___|\__, |_| \___/ \__|
__/ |
|___/
[+] [2018-07-09 23:56:06] OWASP Honeypot started ...
[+] [2018-07-09 23:56:06] loading modules ftp/weak_password, http/basic_auth_weak_password, ssh/weak_password
[+] [2018-07-09 23:56:06] creating image ohp_ftpserver
[+] [2018-07-09 23:56:35] image ohp_ftpserver created
[+] [2018-07-09 23:56:35] creating image ohp_httpserver
[+] [2018-07-09 23:57:00] image ohp_httpserver created
[+] [2018-07-09 23:57:00] creating image ohp_sshserver
[+] [2018-07-09 23:57:17] image ohp_sshserver created
[+] [2018-07-09 23:57:17] creating ohp_internet network
[+] [2018-07-09 23:57:17] ohp_internet network created subnet:172.19.0.0/16 gateway:172.19.0.1
[+] [2018-07-09 23:57:17] creating ohp_no_internet network
[+] [2018-07-09 23:57:18] ohp_no_internet network created subnet:172.20.0.0/16 gateway:172.20.0.1
[+] [2018-07-09 23:57:18] container ohp_ftpserver_weak_password started, forwarding 0.0.0.0:21 to 72.20.0.:21
[+] [2018-07-09 23:57:18] container ohp_httpserver_basic_auth_weak_password started, forwarding 0.0.0.0:80 to 72.20.0.:80
[+] [2018-07-09 23:57:19] container ohp_sshserver_weak_password started, forwarding 0.0.0.0:22 to 72.19.0.:22
[+] [2018-07-09 23:57:19] all selected modules started: ftp/weak_password, http/basic_auth_weak_password, ssh/weak_password
[+] [2018-07-09 23:57:29] interrupted by user, please wait to stop the containers and remove the containers and images
[+] [2018-07-09 23:57:39] stopping container ohp_httpserver_basic_auth_weak_password
[+] [2018-07-09 23:57:49] stopping container ohp_sshserver_weak_password
[+] [2018-07-09 23:57:49] removing container ohp_ftpserver_weak_password
[+] [2018-07-09 23:57:49] removing container ohp_httpserver_basic_auth_weak_password
[+] [2018-07-09 23:57:49] removing container ohp_sshserver_weak_password
[+] [2018-07-09 23:57:49] removing image ohp_sshserver
[+] [2018-07-09 23:57:49] removing image ohp_httpserver
[+] [2018-07-09 23:57:49] removing image ohp_ftpserver
[+] [2018-07-09 23:57:49] finished.
python ohp.py --start-api-server
docker-compose -f docker-compose-host.yml up
docker-compose up


طلبات السحب (Pull requests) مرحب بها! لا تتردد في الانضمام إلينا على Slack ومناقشة المشروع مع المهندسين في قناة #owasp-python-honeypot. نرحب بك لأخذ أي issue مفتوح في المتتبع موسومة بـ 'help wanted' أو 'good first issue'. راجع ملف CONTRIBUTION للتفاصيل. هناك issues أخرى مفتوحة للمساهمة أيضًا، لكنها قد تكون أقل سهولة أو أقل تحديدًا مقارنة بتلك الموسومة بوضوح؛ يجب أن تفكر في التواصل معنا إذا كنت مهتمًا بتنفيذ هذه التذاكر.