Skip to content

AnjeloPeiris711/Windows-For-Hacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

see my post in LinkedIn

How To Use Windows As A Hackers Operating System

Can we use windows OS as a hacking platform?

Yes, you can use Windows as a platform to learn and practice ethical hacking or cyber security skills. Actually, you can make any OS your platform, so you should have an understanding of the functionality of the platform you are using. But you already know that there are some operating systems that are specially designed for hacking. They are built by understanding the combination of hardware and software. This attempt of mine is to understand Windows. 🥴😏😈

Episode 1

Wi-Fi Hacking

Project:- https://github.com/AnjeloPeiris711/Windows-For-Hacking/tree/main/Wifi_Hacking/bunny Demo :- https://www.youtube.com/watch?v=TJDcy3PpD1g Lsusb :- https://www.youtube.com/watch?v=GnmjhyQfYw0

Network scan

for ($i = 1; $i -le 254; $i++) { Test-Connection -ComputerName "192.168.1.$i" -Count 1 -ErrorAction SilentlyContinue | Where-Object { $_.StatusCode -eq 0 } }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published