|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/ultimate-python-for-hackers-arabic/
课程评论:没有评论
课程名称:阿拉伯语网络安全终极Python黑客入门(第一阶段) 课程概述: 此课程旨在提供有关Python编程语言及其在道德黑客中的应用的基础知识。所有内容仅用于学习目的,鼓励学员通过不断学习和实践来提升自身技能。课程强调,尽管学习过程中会获得宝贵的知识,但世界上不存在能够涵盖所有内容的课程,因此持续的研究与探索至关重要。 课程内容: 第一部分:Python基础,包括Python的重要基础知识与面向对象编程(OOP)。 第二部分:网络安全库的使用,包括socket、paramiko、ftplib、python-nmap、requests、urllib.request等。 第三部分:Bug赏金(漏洞赏金)相关技术,包括子域枚举、目录模糊测试和域名可用性检查。 第四部分:密码学,包括哈希(Hash)、RSA、AES及其在Python中的加密/解密。 Python是一种高级、面向对象的解释型编程语言,由Guido van Rossum于1985年至1990年间创立。Python的源代码在GNU一般公共许可证(GPL)下发布。学习Python对于希望成为软件工程师的学生和在职专业人士来说至关重要,因为它适用于现代大多数领域。 Python的特点包括: - 易于学习 - 交互式模式 - 可移植性,能够在各种硬件设备上运行 - 支持图形用户界面(GUI)应用 - 在网络安全领域,可用于构建工具、编写脚本等功能 总之,此课程为希望在道德黑客与网络安全领域发展的学员提供了扎实的Python编程基础及相关应用。
تنبية مهم جداا: جميع ما ورد فى الكورس هو من أجل العلم وبغرض تعليمى بحت لذلك عليك استخدامه فى الخير يجب عليك البحث دائما والتطوير من مهاراتك بجانب ما تتعلمة ولا يوجد كورس او دورة فى العالم قد تعطيك كل شي بل بالبحث المستمر تسطتيع تطوير مهاراتكالقسم الاول:BasicsPython important BasicsPython OOPالقسم الثانى:Neatwork Security Libraries socketparamikoftplibpython-nmaprequestsurllib.requestالقسم الثالث:bug bountySubdomain enumerationDirectory Fuzzingdomain availability checkالقسم الرايع:Cryptography HashRSAAESEn/Decryption Python is high-level language, object-oriented interpreted programming language. It was created by Guido van Rossum during 1985-1990. Python source code is available under GNU General Public Licence (GPL).Python is a must and very much useful for students and working professionals to become a software engineer. Python is a language that can be used in most domains nowadays. Python is object-oriented so doing encapsulation will be very much useful. Python is interpreted language, hence compiling before fore ore executing is not required and it can be executed directly. It can also be used as the scripting language. It has an auto garbage collection feature.Python is easy to learnIt has interactive modeIt is portable means it can run on wide range of hardware devicesPython supports GUI (Graphical User Interface) application to that can be transfer to many windows systemsFor cybersecurity python can be used in various things like making tool, writing scripts, etc