How to Build a Port Scanner in Scapy - Python Penetration Testing [Part 1]

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Burp Suite Deep Dive course: bit.ly/burpfor...
    ________________________________________________________________________________________________ Recon in Cybersecurity course: bit.ly/cyberse...
    Python Basics course: bit.ly/37cmhlx
    Python for Pentesters course: bit.ly/2I0sRkm
    Join me and other cyber-geeks on discord: bit.ly/2KH6aST
    Join my SQUAD (for discounts'n'stuff): bit.ly/2xhSvM2
    Hire me as a penetration tester: dgtsec.com/pen...
    101 Pentesting Training: dgtsec.com/cyb...
    101 Cybersecurity Consulting: dgtsec.com/cyb...
    Connect with me:
    Help me continue creating videos: www.buymeacoff...
    Linkedin: / cristivlad
    Twitter: / cristivlad25
    Facebook page: / cristivladz
    Facebook group: / cybersecpros
    Hackthebox: www.hackthebox...
    Tryhackme: tryhackme.com/...
    Peerlyst: www.peerlyst.c...
    Discord: disboard.org/s...
    Books I recommend for Penetration Testing and Ethical Hacking:
    1. TJ O'Connor - Violent Python: amzn.to/31vH2GB
    2. Dafydd Stuttard - Web App Hacker' s Handbook (2nd Ed): amzn.to/2MRcjk3
    3. Peter Yaworski - Web Hacking 101: amzn.to/2KTvJSy
    4. Jon Erickson - Hacking: The Art of Exploitation (2nd Ed):
    amzn.to/2WHr3BD
    5. Peter Kim - The Hacker Playbook 3 (2018): amzn.to/2MQiTXK
    6. Peter Yaworski - Real-World Bug Hunting: amzn.to/37GB87K
    It helps me tremendously if you support these educational videos:
    / cristivlad
    My course Developing Ethical Hacking Tools with Python on Cybrary: bit.ly/2J5USbC
    If you're a RUclipsr, how can you survive without TubeBuddy? bit.ly/37dgFYr
    Learn hands-on pentesting (free trial): bit.ly/2LzKrPJ
    Hacker Wearables: bit.ly/2IDAQEo
    Paperspace credit: paperspace.io/...
    DigitalOcean credit: m.do.co/c/efe4...
    Short-clips via: mixkit.co/
    __________
    Whatever type of tests you're doing, only perform them in safe and legal environments and with the appropriate permissions.
    __________
    In this video we start working on a basic port scanner in Scapy, a python library used for manipulating network packets.
    If you want to see more of these cybersecurity related videos, please hit the like button and leave a comment below.
    Please make sure to do this type of engagement (penetration testing and/or cybersecurity assessment) only in safe and legal environments, and only with the appropriate permissions.
    References:
    1. Cameron Buchanan - Python Web Penetration Testing Cookbook - www.amazon.com... This video is for educational purposes only.
  • НаукаНаука

Комментарии • 7

  • @CristiVladZ
    @CristiVladZ  5 лет назад +3

    Recon in Cybersecurity course: bit.ly/cybersecrecon
    Python for Pentesters course: bit.ly/2I0sRkm
    Python Basics course: bit.ly/37cmhlx
    Hands-On Training with PentesterLab PRO: bit.ly/awesomepentester
    For coaching in pentesting and bug bounty: dgtsec.com/cybersec-pentesting-training/

  • @defcon9998
    @defcon9998 2 года назад

    Just discovered your channel! This is awesome!!!

  • @rafy-ivanmorales3077
    @rafy-ivanmorales3077 2 года назад

    I'm a new student trying to learn, so I can become a programmer with python and I have a project on how to make a port scan.
    So far I already make a port scan with Python3, and it scans fine, give a date and everything working good so far.
    I see on your video tutorial, it is very good.
    I would like to ask for your advice if you can and guide me on how I will add this 3
    in a Python script, I have:
    2. System should look for all the ports between the range of 1 to 1025
    3. If the Ports is open, it should create a file and add an entry for port number
    4. In case of any exception for instance “host is not available”, “host name could not be resolved” or
    due to any other error, you need to write that exception into the same file.
    Thank you and Merry Christmas.

  • @Azirket
    @Azirket 4 года назад +2

    good job bro i like it

  • @rtkksbbs3301
    @rtkksbbs3301 4 года назад +1

    Sir can we capture wifi handshake by this tool