THIS IS LEARN HACKING PART 2🧑‍💻
/A thread🧵👇
There was part one be sure to check it out.


#cybersecurity #infosec #Security
4a) BEGINNER VIDEOS AND SOME INTERMIDIATE

- Corey Schafer (@CoreyMSchafer)- YouTube - youtube.com/c/Coreyms
- code with tim python (@TechWithTimm) - YouTube youtube.com/c/TechWithTim
4b) INTERMEDIATE PYTHON COURSES
- Intermediate python course by @python_engineer

- Object Oriented Programming (OOP) In Python - Beginner Crash Course - by @python_engineer
4c) BUILD YOUR OWN HACKING TOOLS

If you want to advance you python skills and start building your own hacking tools, here is are great channels to start with:

- Aleksa Tamburkovski (@AleksaT10)- YouTube youtube.com/channel/UCNmPE…
- Davind Bombal (@davidbombal) - YouTube - youtube.com/c/DavidBombal

David bombal also has a few videos on Python for ethical Hackers on his youtube channel and also a wonderful Python Network Programming for Network Engineers (Python 3) udemy course (udemy.com/course/python-…)
5) NOW YOU GOT THE FOUNDATION ,WHAT'S THE NEXT STEP?
You are ready to start hacking. Here is are my favourite youtube channels and resources to start from.
5a) The Cyber Mentor (@thecybermentor) - YouTube youtube.com/c/TheCyberMent…
This guy literally got me hooked on hacking, he has a tons useful videos on his youtube channel and including udemy.
I also strongly recommend his Practical Ethical Hacking course academy.tcm-sec.com/p/practical-et…
Additionally you can check out his full guide on how to become an ethical hacker:

So You Want to Be a Hacker: 2021 Edition - TCM Security tcm-sec.com - tcm-sec.com/so-you-want-to…
5b) John Hammond (@_JohnHammond) - YouTube youtube.com/c/JohnHammond0…

Great guy to learn hacking from, I love his way of teaching. Additionally, his youtube channel has proven useful to me, so I don't hesitate to recommend it.
- The XSS rat (@theXSSrat) - YouTube youtube.com/c/TheXSSrat

Another great and friendly guy to learn hacking from with a friendly discord community. If I'm lying come and knock my head off my neck.
- Here's also my thread on ten Books to start your penetration testing journey

That's it for this thread there was part one be sure to check it out. If you found this thread useful retweet the first tweet and follow me (@xtremepentest) for future linux, networking, python and cybersecurity content.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Xtreme Pentesting

Xtreme Pentesting Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @xtremepentest

6 Oct
LEARN HACKING PART 1🧑‍💻

Do yourself a favour and learn to hack🐞.

You just have to START!🏁, you will be good in no time⏱️.

/ A mega thread🧵👇

Here are a few resources for you to get started.
#cybersecurity #CyberAttack #infosec #hacker
#CybersecurityAwarenessMonth
Also, please note that I'm not a professional hacker or pentester. I'm still learning to be, so these are the resources I have found useful along my journey.
THE FUNDAMENTALS SKILLS REQUIRED👇

1) Basic IT skills.👶🍼
If you are brand new to IT, I strongly recommend this course.
This is a FREE course by Professor Messer – professormesser.com/free-a-plus-tr…
Read 24 tweets
18 Aug
#Learn 📚 #Linux🐧:

A thread

Some useful Linux terminal keyboard shortcuts you should know to increase productivity. 👇

#CodeNewbie #coder #computer #code #java #100DaysOfCode #golang #privacy #css #javascript #html #linuxfan #linuxwindows #linuxmint #linuxubuntu #linuxtips
1) Working With Processes📈
Use the following shortcuts⌨️ to manage running🏃 processes.
#linuxfan #linuxwindows #linuxmint #linuxubuntu #linuxtips #linux #programming #hacking #coding #python #cybersecurity #hacker #kalilinux #programmer #technology #coder #100DaysOfCode
2) Controlling the Screen💻
The following shortcuts⌨️ allow you to control what appears on the screen.

#linuxfan #linuxwindows #linuxmint #linuxubuntu #linuxtips #programming #hacking #coding #python #cybersecurity #hacker #kalilinux #programmer #technology #100DaysOfCode
Read 10 tweets
16 Aug
#Learn 🧠🐍#python: Sometimes when programming in python they're situations when you want to copy the contents of an existing list into another. Python has several ways of achieving that. In this thread you will learn different ways of achieving that with the help of examples. Image
1) Using the equal (=) sign operator:
Using = operator you can copy the contents of an existing list onto another/new list. But there's a problem with this method which I will explain on the next section. Image
The problem with the above method is that if you modify the new copied_fruits list the original list (fruits) is modified too, this is because the copied list (copied_fruits) is referencing/ pointing to same fruits list in memory.
Read 17 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(