Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Learn Python and Ethical Hacking from Scratch Vote_lcapLearn Python and Ethical Hacking from Scratch Voting_barLearn Python and Ethical Hacking from Scratch Vote_rcap 
tano1221
Learn Python and Ethical Hacking from Scratch Vote_lcapLearn Python and Ethical Hacking from Scratch Voting_barLearn Python and Ethical Hacking from Scratch Vote_rcap 
ПΣӨƧӨFƬ
Learn Python and Ethical Hacking from Scratch Vote_lcapLearn Python and Ethical Hacking from Scratch Voting_barLearn Python and Ethical Hacking from Scratch Vote_rcap 
ℛeℙ@¢ᴋ€r
Learn Python and Ethical Hacking from Scratch Vote_lcapLearn Python and Ethical Hacking from Scratch Voting_barLearn Python and Ethical Hacking from Scratch Vote_rcap 
大†Shinegumi†大
Learn Python and Ethical Hacking from Scratch Vote_lcapLearn Python and Ethical Hacking from Scratch Voting_barLearn Python and Ethical Hacking from Scratch Vote_rcap 
Engh3
Learn Python and Ethical Hacking from Scratch Vote_lcapLearn Python and Ethical Hacking from Scratch Voting_barLearn Python and Ethical Hacking from Scratch Vote_rcap 
ronaldinho424
Learn Python and Ethical Hacking from Scratch Vote_lcapLearn Python and Ethical Hacking from Scratch Voting_barLearn Python and Ethical Hacking from Scratch Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» CyberLink YouCam 10.1.4203.0 (x64) Multilingual
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 12:38 pm por tano1221

» PrintFab Pro XL 1.23
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 12:22 pm por tano1221

» reaConverter Pro 7.818 Multilingual
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 12:16 pm por tano1221

» Radiant Photo 1.3.1.481 Multilingual+ Addon Pack (x64) 
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 12:13 pm por tano1221

» 3delite MP4 Video & Audio Tag Editor 1.0.252.450
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 11:28 am por tano1221

» YT Saver 7.9.0 (x64) Multilingual
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 11:26 am por tano1221

» iTubeGo YouTube Downloader 7.9.0 (x64) Multilingual
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 11:23 am por tano1221

» TubeMate Downloader 5.17.6  [x86/x64][Español]
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 11:21 am por tano1221

» YT Downloader 9.9.5 Multilingual
Learn Python and Ethical Hacking from Scratch EmptyHoy a las 11:12 am por tano1221

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Learn Python and Ethical Hacking from Scratch

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Learn Python and Ethical Hacking from Scratch Empty
MensajeTema: Learn Python and Ethical Hacking from Scratch   Learn Python and Ethical Hacking from Scratch EmptySáb Oct 12, 2019 5:52 am

Learn Python and Ethical Hacking from Scratch 7bf3ff943e3a0715635494d88b8a30ea
Learn Python and Ethical Hacking from Scratch
.MP4, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 23h 29m | 4.36 GB
Instructor: Zaid Sabih

Learn

Start from scratch and build up to a high-intermediate level
Model problems, design solutions and implement them using Python
Write cross-platform programs that work on Windows, OS X, and Linux
Gain a deep understanding of how computer systems work
Acquire a strong base and use the skills you've learned to write any program even if it's not related to hacking
Understand what hacking and programming are, and why they are related
Understand what a MAC address is and how to change it
Write a Python program to change MAC addresses
Write a program that can discover all clients connected to the same network
Read, analyze, and manipulate network packets
Understand and interact with different network layers in packets such as ARP, DNS, HTTP, and more
Write a program that can redirect the flow of packets in a network (ARO spoofers)
Write a packet sniffer to filter interesting data such as usernames and passwords
Write a program to redirect DNS requests (DNS spoofers)
Write a program to replace downloads requested by any computer on the network
Analyze and modify HTTP requests and responses
Inject code into HTML pages loaded by any computer on the same network
Downgrade HTTPS to HTTP
Write custom payloads to download a file, execute a command, download & execute, download execute and report

About

This course is highly practical but doesn't neglect the theory, so we start by covering some basics for ethical hacking and Python programming, installing the required software, and then starting to program straightaway.

The course is divided into several sections, each of which aims to achieve a specific goal; the goal is usually to hack into a specific system, so we start by learning how this system works and its weaknesses. Then you'll learn how to write a Python program to exploit these weaknesses and hack the system; as we write the program, the author will teach you Python programming from scratch covering one topic at a time. Thus, by the end of the course, you will have written several ethical hacking programs by yourself (see below) via backdoors, keyloggers, credential harvesters, network hacking tools, website hacking tools; and the list goes on. You'll also have a deep understanding of how computer systems work, how to model problems, and how to design an algorithm to solve problems and implement the solution using Python.

So, by the end of the course, you'll have the programming skills to write any program even if it has nothing to do with hacking, but you'll learn to program by programming hacking tools!

All the code files are placed at github.com/PacktPublishing/Learn-Python-and-Ethical-Hacking-From-Scratch

Features

Write a remote keylogger that can register all keystrokes and send them by email
Interact with files using Python (read, write, and modify them)
Convert Python programs to binary executables that work on Windows, OS X, and Linux
Convert evil files into Trojans that work and function just like any other file type such as an image or a PDF
Write a program that can discover hidden paths in a website
Send requests to websites and analyze responses
Write a program that can map a website and discover all links, subdomains, files, and directories
Run dictionary attacks and guess login information on login pages
Write a program that can discover weaknesses in websites

More Info
Citación :
https://www.packtpub.com/security/learn-python-and-ethical-hacking-from-scratch-video

Learn Python and Ethical Hacking from Scratch 953c9f946cda0379fb052b90b20eb2c6


Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/db75bfb3f9057aff1757c68d18ca8476/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part1.rar.html
https://rapidgator.net/file/73235adb551c946e21f955815633990b/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part2.rar.html
https://rapidgator.net/file/32950dfbfe366accadbbfa5cf1a33413/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part3.rar.html
https://rapidgator.net/file/514426ecf0a068a8e0cee82d54548406/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part4.rar.html
https://rapidgator.net/file/abf1645736816c24bcb01889897d845d/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part5.rar.html

nitroflare_com:
https://nitroflare.com/view/520A085E53429D4/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part1.rar
https://nitroflare.com/view/48EC128A732D305/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part2.rar
https://nitroflare.com/view/4C3AD48BE817DF3/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part3.rar
https://nitroflare.com/view/A02218F521863E1/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part4.rar
https://nitroflare.com/view/489D9C8EB7C4946/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part5.rar

uploadgig_com:
http://uploadgig.com/file/download/512ea66a74052b66/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part1.rar
http://uploadgig.com/file/download/9E2f3b19b6804113/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part2.rar
http://uploadgig.com/file/download/52fd945ed955Da31/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part3.rar
http://uploadgig.com/file/download/aF3ad4C2430422cE/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part4.rar
http://uploadgig.com/file/download/8d4e742ddf5d4462/o6176.Learn.Python.and.Ethical.Hacking.from.Scratch.part5.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Learn Python and Ethical Hacking from Scratch

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Learn and Understand Ethical Hacking From Scratch
» The Definitive Ethical Hacking Course - Learn From Scratch (Updated)
» Udemy - Learn Ethical Hacking From Scratch (Updated)
» Learn Ethical Hacking From Scratch Using Android Termux
» The Complete Python Masterclass: Learn Python From Scratch (updated 4/2021)

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-