|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/golang-hacking/
课程评论:没有评论
**课程名称:** 用 Go 语言进行道德黑客学习:构建工具 **课程概述:** 本课程将教授如何使用 Go 语言进行道德黑客攻击。Go 语言是由 Google 开发的开源编程语言,近年来人气迅速增长,是学习和应用的绝佳时机。 课程将首先探讨使用 Go 语言进行道德黑客的优势和原因。随后,课程将深入讲解黑客技术的概念以及不同类型的黑客攻击。 通过实践,您将学习到: * **MAC 地址修改工具:** 开发一个程序,用于修改您的 MAC 地址,以在局域网(LAN)内保护自身安全。 * **网络扫描器:** 创建一个网络扫描器,扫描本地网络中的设备,获取其 IP 地址和 MAC 地址。 * **中间人攻击(ARP 欺骗):** 实施中间人攻击,拦截用户之间的流量。 * **后门恶意软件:** 构建一个后门恶意软件,通过 PowerShell 完全控制受害者机器,允许您在远程 PC 上执行命令。 * **文件窃取功能:** 在后门程序中加入功能,从受害者机器窃取用户文件。 在整个课程中,我们将详细探索使用 Go 语言进行黑客攻击的各个方面,并使用重要的 hacking 相关软件包。
In this course we will learn hacking using Go language. Go is an open source programming language created by Google. As one of the fastest growing languages in terms of popularity, its a great time to pick up the language and start using it. First we start with learning about why we should use go language and what are its advantages. Then we will start diving into what hacking is and what are different types of hacking. We will learn how to keep ourselves secure over LAN by developing a program for changing MAC address. Then we will create a Network Scanner that will help us in scanning devices over our local network and finding out their IP and MAC addresses. During our course, we will explore a lot of aspects of hacking using go language in detail and use important packages for Hacking purposes.In the later part of our course, we will start developing programs that will help us in hacking. Firstly we will perform a man in the middle attack using ARP spoofing and then we will intercept traffic between users. Then we will create our own backdoor malware that will give us complete control over the victim machine using a power-shell , i.e you will be able to run commands on the remote PC. We will also develop a functionality to steal user files from his machine using our backdoor.