Details for this torrent 

Ethical Hacking with Go programming language: Build tools
Type:
Other > Other
Files:
348
Size:
3.45 GiB (3701310852 Bytes)
Uploaded:
2021-09-19 05:56:07 GMT
By:
tuts756 Trusted
Seeders:
2
Leechers:
0
Comments
0  

Info Hash:
8997BD10EC331B667F3702F1FF76126213025B0E




(Problems with magnets links are fixed by upgrading your torrent client!)
Description

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.
Who this course is for:

    Go language programmers who want to learn hacking
    people who want to learn fundamentals of hacking

Requirements

    Basics of go language
    A working PC

Last Updated 4/2020

[TutsNode.com] - Ethical Hacking with Go programming language Build tools/18. Protection - How to protect yourself when online/1. Protection.mp4137.2 MiB
TutsNode.com.txt63 B
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/2. What is Hacking/1. Hacking Introduction-en_US.srt15.33 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/7. Nmap in golang-en_US.srt13.57 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/1. Introduction to course/2. Note announcement-en_US.srt478 B
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/1. Introduction to course/3. Introduction to Networking-en_US.srt13.39 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/12. Executing command server side-en_US.srt11.97 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/6. Network Mapper Introduction - NMAP-en_US.srt11.86 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/4. Executing System Commands/1. How to execute commands-en_US.srt11.36 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/1. Introduction to course/1. Welcome to this course-en_US.srt10.13 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/1. External URLs.txt185 B
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/16. Keylogger/1. Creating a keylogger using go-keylogger package-en_US.srt9.75 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/9. Sending gob structs to victim-en_US.srt9.04 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/2. Installing go in windows-en_US.srt1.96 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/8. Receiving data from hacker server-en_US.srt9 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/18. Protection - How to protect yourself when online/1. Protection-en_US.srt8.85 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/4. Creating executable and parsing flags-en_US.srt8.71 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/15. Server logic command execution-en_US.srt8.49 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/8. Stealing Credentials-en_US.srt8.45 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/1. Introduction to malware-en_US.srt7.9 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/2. Creating Hacker Server-en_US.srt7.79 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/1. Address Resolution Protocol - ARP-en_US.srt7.57 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/1. Running ifconfig command on PC-en_US.srt7.54 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/6. Reading User Command-en_US.srt7.2 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/4. TCP scanner Concurrent-en_US.srt6.96 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/8. Zip file continued-en_US.srt6.92 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/1. Creating a TCP scanner basic-en_US.srt6.85 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/2. Changing MAC using ifconfig-en_US.srt2.39 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/16. Victim Logic command execution-en_US.srt6.55 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/14. Victim Side main function-en_US.srt6.31 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/2. Getting the list of files in current directory-en_US.srt6.26 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/5. Clean up server program-en_US.srt6.24 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/1. Introduction to trojan-en_US.srt6.2 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/5. intercepting live traffic-en_US.srt6.09 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/2. Finding devices-en_US.srt5.77 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/4. Linux Installation-en_US.srt5.67 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/8. Saving file on victim's disk-en_US.srt5.64 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/3. Scanning Multiple ports continued-en_US.srt1.16 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/5. Performing MITM attack-en_US.srt5.57 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/6. Capturing Intercepted Packets-en_US.srt5.52 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/17. Victim Logic command execution Part 2-en_US.srt5.39 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/5. TCP scanner Concurrent continued-en_US.srt2.06 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/7. Creating Zip file-en_US.srt5.34 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/6. Batch file-en_US.srt5.3 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/2. ARP spoofing-en_US.srt5.3 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/3. Encoding Data-en_US.srt5.11 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/6. Intercepting traffic from source-en_US.srt5.09 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/1. Tools required-en_US.srt5.04 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/4. Receiving initial pwd in server-en_US.srt4.77 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/7. Source Code/Source code.html257 B
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/4. Executing System Commands/2. Refactoring code-en_US.srt4.57 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/10. Running Program-en_US.srt4.49 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/8. Adding icon to executable-en_US.srt4.36 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/6. Clean up victim program-en_US.srt4.35 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/3. Installing ARP spoof Program-en_US.srt2.12 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/2. Scanning Multiple ports-en_US.srt4.34 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/4. Enabling IP packet forwarding-en_US.srt2.46 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/4. Reading file contents-en_US.srt4.29 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/5. Hiding console on victim-en_US.srt4.24 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/19. Executing Commands Complete program-en_US.srt4.13 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/5. Setting up golang-en_US.srt4.13 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/7. Sending Data from server to victim-en_US.srt4.04 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/1. Installing gopacket package in golang-en_US.srt1.93 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/6. Sending File to victim machine-en_US.srt3.91 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/3. Running executables-en_US.srt3.91 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/2. Setting main function-en_US.srt3.91 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/3. searching for devices over a machine-en_US.srt1.48 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/8. Reading file content from victim-en_US.srt3.86 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/8. Creating an nmap program in golang-en_US.srt3.72 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/2. Packaging-en_US.srt3.67 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/3. getting folders-en_US.srt3.59 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/3. Creating a program to automatically change MAC-en_US.srt3.54 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/3. IDE to use-en_US.srt3.52 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/3. Writing Victim Program-en_US.srt3.49 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/7. Spoofed packets-en_US.srt2.72 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/1. Introduction how to transfer files-en_US.srt3.39 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/5. Getting user input-en_US.srt3.38 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/4. Capturing Packets-en_US.srt3.34 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/9. Stealing Logins over HTTP-en_US.srt2.48 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/10. How to perform attack over public internet-en_US.srt3.18 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/4. Running Server and Victim Programs-en_US.srt2.99 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/7. Getting Back results-en_US.srt2.95 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/8. Loop Navigation on server side-en_US.srt2.79 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/5. Getting user input-en_US.srt2.7 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/11. Running the program-en_US.srt2.68 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/7. Batch to exe-en_US.srt2.66 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/10. Receiving gob structs at victim machine-en_US.srt2.65 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/4. Receiving list at hacker-en_US.srt2.64 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/3. Sending initial current directory to Hacker-en_US.srt2.62 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/9. Writing File content hacker-en_US.srt2.58 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/4. Running our malware-en_US.srt2.52 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/10. Downloading the file to hacker machine-en_US.srt2.47 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/1. Stegnography Introduction-en_US.srt2.46 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/1. Downloading folder from victim-en_US.srt2.33 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/4. Decoding Data-en_US.srt2.31 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/5. Creating buffer-en_US.srt2.31 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/2. Setting main function-en_US.srt2.27 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/5. Getting folder list and selecting folder-en_US.srt2.24 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/3. Sending list to hacker-en_US.srt2.2 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/2. setting up victim machine's main program-en_US.srt2.19 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/11. Running the program to send and receive gobs-en_US.srt1.82 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/3. Check File's existence-en_US.srt2.1 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/7. Setting up main function in victim-en_US.srt2.06 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/10. Uploading a file-en_US.srt1.91 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/13. Exit condition-en_US.srt1.31 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/10. Loop navigation on victim side-en_US.srt1.86 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/9. Exit Condition on server-en_US.srt1.74 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/9. Getting back write status-en_US.srt1.67 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/2. Installing Package-en_US.srt1.57 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/7. Sending file names to victim-en_US.srt1.56 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/6. getting folder name on victim-en_US.srt1.52 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/9. Running exe-en_US.srt1.51 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/4. sending folder list to hacker-en_US.srt1.27 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/16. Keylogger/2. Starting keylogger-en_US.srt1.18 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/18. Minor Error-en_US.srt418 B
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/1. Setting up main function in victim machine-en_US.srt1.09 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/6. Converting user input to integer-en_US.srt1.02 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/1. Introduction-en_US.srt809 B
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/9. Connection-en_US.srt594 B
[TGx]Downloaded from torrentgalaxy.to .txt585 B
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/batch-file.txt21 B
.pad/0314.17 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/1. Address Resolution Protocol - ARP.mp4120.56 MiB
.pad/1449.69 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/1. Introduction to malware.mp4115.71 MiB
.pad/2297.2 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/7. Nmap in golang.mp4100.96 MiB
.pad/342.45 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/1. Introduction to trojan.mp495.18 MiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/1. Introduction to course/2. Note announcement.mp4824.14 KiB
.pad/414.86 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/2. ARP spoofing.mp487.38 MiB
.pad/5630.09 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/6. Network Mapper Introduction - NMAP.mp483.51 MiB
.pad/6500.81 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/12. Executing command server side.mp474 MiB
.pad/71.64 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/9. Sending gob structs to victim.mp465.6 MiB
.pad/8405.03 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/5. Clean up server program.mp456.47 MiB
.pad/9538.81 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/15. Server logic command execution.mp455.74 MiB
.pad/10267.61 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/16. Keylogger/1. Creating a keylogger using go-keylogger package.mp454.02 MiB
.pad/111001.25 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/4. Creating executable and parsing flags.mp451.29 MiB
.pad/12730.9 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/2. Creating Hacker Server.mp450.78 MiB
.pad/13224.12 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/1. Introduction how to transfer files.mp450.71 MiB
.pad/14300.95 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/8. Stealing Credentials.mp449.99 MiB
.pad/1513.58 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/6. Reading User Command.mp449.03 MiB
.pad/16989.33 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/8. Zip file continued.mp447.77 MiB
.pad/17233.1 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/8. Receiving data from hacker server.mp445.58 MiB
.pad/18426.61 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/8. Saving file on victim's disk.mp444.24 MiB
.pad/19780.69 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/16. Victim Logic command execution.mp443.8 MiB
.pad/20204.82 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/14. Victim Side main function.mp443.27 MiB
.pad/21746.71 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/2. What is Hacking/1. Hacking Introduction.mp442.67 MiB
.pad/22333.01 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/6. Capturing Intercepted Packets.mp441.46 MiB
.pad/23553.28 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/4. TCP scanner Concurrent.mp441.18 MiB
.pad/24835.38 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/4. Executing System Commands/1. How to execute commands.mp439.97 MiB
.pad/2528.85 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/6. Batch file.mp439.45 MiB
.pad/26559.25 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/17. Victim Logic command execution Part 2.mp438.47 MiB
.pad/27538.73 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/1. Introduction to course/3. Introduction to Networking.mp438.29 MiB
.pad/28726.24 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/4. Reading file contents.mp437.85 MiB
.pad/29152.06 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/6. Clean up victim program.mp436.27 MiB
.pad/30745.62 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/8. Adding icon to executable.mp435.99 MiB
.pad/3115.13 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/1. Running ifconfig command on PC.mp435.87 MiB
.pad/32129.36 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/8. Reading file content from victim.mp435.85 MiB
.pad/33153.05 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/6. Sending File to victim machine.mp435.84 MiB
.pad/34162.43 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/3. Writing Victim Program.mp434.86 MiB
.pad/35145.19 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/6. Intercepting traffic from source.mp434.34 MiB
.pad/36671.69 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/3. Encoding Data.mp433.96 MiB
.pad/3741.47 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/7. Creating Zip file.mp433.96 MiB
.pad/3843.9 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/7. Sending Data from server to victim.mp432.51 MiB
.pad/39506.17 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/5. intercepting live traffic.mp430.77 MiB
.pad/40233.18 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/2. Getting the list of files in current directory.mp429.81 MiB
.pad/41191.91 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/4. Receiving initial pwd in server.mp429.6 MiB
.pad/42413.2 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/5. Creating buffer.mp428.88 MiB
.pad/43125.06 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/1. Introduction to course/1. Welcome to this course.mp428.83 MiB
.pad/44172.99 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/1. Creating a TCP scanner basic.mp428.75 MiB
.pad/45257.3 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/2. Finding devices.mp428.67 MiB
.pad/46333.87 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/8. Creating an nmap program in golang.mp428.64 MiB
.pad/47364.17 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/1. Tools required.mp428.41 MiB
.pad/48605.66 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/19. Executing Commands Complete program.mp428.29 MiB
.pad/49722.68 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/7. Spoofed packets.mp428.24 MiB
.pad/50780.02 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/10. Running Program.mp428.14 MiB
.pad/51881.56 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/2. Scanning Multiple ports.mp428.1 MiB
.pad/52921.59 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/4. Linux Installation.mp427.58 MiB
.pad/53434.79 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/5. Performing MITM attack.mp427.57 MiB
.pad/54442.57 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/2. Setting main function.mp424.9 MiB
.pad/55104.65 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/3. IDE to use.mp423.68 MiB
.pad/56329.26 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/3. getting folders.mp422.47 MiB
.pad/57547.24 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/7. Getting Back results.mp422.46 MiB
.pad/58555.96 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/5. Hiding console on victim.mp422.05 MiB
.pad/59969.83 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/5. Getting folder list and selecting folder.mp422.01 MiB
.pad/601014.31 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/1. Downloading folder from victim.mp421.01 MiB
.pad/611010.64 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/3. Creating a program to automatically change MAC.mp420.45 MiB
.pad/62560.07 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/4. Running Server and Victim Programs.mp420.29 MiB
.pad/63726.88 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/5. Getting user input.mp420.25 MiB
.pad/64769.68 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/4. Capturing Packets.mp420.19 MiB
.pad/65831.52 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/4. Executing System Commands/2. Refactoring code.mp419.75 MiB
.pad/66251.88 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/9. Writing File content hacker.mp419.71 MiB
.pad/67294.1 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/2. Packaging.mp419.3 MiB
.pad/68717.33 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/3. Running executables.mp419.22 MiB
.pad/69799.62 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/4. Enabling IP packet forwarding.mp419.19 MiB
.pad/70832.76 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/5. Getting user input.mp418.6 MiB
.pad/71404.76 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/8. Loop Navigation on server side.mp418.4 MiB
.pad/72619.24 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/9. Stealing Logins over HTTP.mp417.5 MiB
.pad/73510.93 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/11. Running the program.mp417.4 MiB
.pad/74615.51 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/2. Setting main function.mp417.1 MiB
.pad/75925.88 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/10. Receiving gob structs at victim machine.mp416.87 MiB
.pad/76130.73 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/4. Receiving list at hacker.mp416.64 MiB
.pad/77365.27 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/5. TCP scanner Concurrent continued.mp416.3 MiB
.pad/78716.95 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/2. setting up victim machine's main program.mp416.15 MiB
.pad/79873.62 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/7. Batch to exe.mp416.14 MiB
.pad/80876.24 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/3. Sending initial current directory to Hacker.mp416.12 MiB
.pad/81904.44 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/10. Downloading the file to hacker machine.mp415.92 MiB
.pad/8278.54 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/3. Sending list to hacker.mp415.56 MiB
.pad/83446.85 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/10. How to perform attack over public internet.mp415.51 MiB
.pad/84503.08 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/3. Check File's existence.mp415.11 MiB
.pad/85909.82 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/10. Loop navigation on victim side.mp415.08 MiB
.pad/86945.65 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/4. Running our malware.mp414.22 MiB
.pad/87802.27 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/5. Setting up golang.mp412.85 MiB
.pad/88155.31 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/1. Setting up main function in victim machine.mp412.69 MiB
.pad/89315.44 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/9. Getting back write status.mp412.67 MiB
.pad/90342.69 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/7. Setting up main function in victim.mp412.54 MiB
.pad/91470.82 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/11. Running the program to send and receive gobs.mp412.4 MiB
.pad/92610.54 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/12. Malware - Uploading Viruses to victim/10. Uploading a file.mp411.91 MiB
.pad/9395.09 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/4. Decoding Data.mp411.51 MiB
.pad/94497.36 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/9. Exit Condition on server.mp411.19 MiB
.pad/95826.21 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/7. Sending file names to victim.mp411.19 MiB
.pad/96831.79 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/3. Installation/2. Installing go in windows.mp410.96 MiB
.pad/9742.4 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/15. Trojan - packaging a malware/9. Running exe.mp410.01 MiB
.pad/981017.5 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/6. getting folder name on victim.mp49.86 MiB
.pad/99142.37 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/13. Exit condition.mp49.84 MiB
.pad/100161.48 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/2. Installing Package.mp49.84 MiB
.pad/101167.97 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/17. Stegnography/1. Stegnography Introduction.mp48.8 MiB
.pad/102205.74 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/1. Installing gopacket package in golang.mp48.65 MiB
.pad/103362.56 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/8. Man in the Middle Attack - MITM with ARP/3. Installing ARP spoof Program.mp48.64 MiB
.pad/104365.01 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/6. Creating Network Scanner/3. Scanning Multiple ports continued.mp47.98 MiB
.pad/10515.54 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/5. Changing MAC/2. Changing MAC using ifconfig.mp47.36 MiB
.pad/106654.9 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/9. Intercepting Packets/3. searching for devices over a machine.mp47.03 MiB
.pad/107995.31 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/4. sending folder list to hacker.mp46.95 MiB
.pad/10852.04 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/16. Keylogger/2. Starting keylogger.mp46.59 MiB
.pad/109422.45 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/13. Malware - Downloading Files from Victim/6. Converting user input to integer.mp46.56 MiB
.pad/110446.58 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/11. Malware - File System Navigation/1. Introduction.mp44.7 MiB
.pad/111311.73 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/10. Malware - Creating your own Malware Backdoor RAT/18. Minor Error.mp43.12 MiB
.pad/112902.23 KiB
[TutsNode.com] - Ethical Hacking with Go programming language Build tools/14. Malware - Stealing Folders from victim/9. Connection.mp42.85 MiB