webofchaos
webofchaos
  • 9
  • 2 021
Exploit SMB service on windows
Enumerate and exploit SMB shares on Windows, add exclusion for windows defender and get a meterpreter shell.
#Hacking #windows #smb #darkseidsecurity
zhlédnutí: 172

Video

Reverse engineering python binaries to extract passwords.
zhlédnutí 55Před 5 měsíci
Reverse engineering python binaries to extract passwords. github.com/extremecoders-re/pyinstxtractor github.com/zrax/pycdc #binaryexploitation #dfir #python
Exploit local file inclusion bugs in Python Flask
zhlédnutí 491Před 11 měsíci
Learn to exploit and mitigate local file inclusion bugs in flask web apps. learn both reflective and blind injection. github.com/darkseid-security/Python-LFI #webhacking #privesc #python
TryHackMe Kenobi Walkthrough
zhlédnutí 76Před rokem
Tutorial on exploiting the try hack me kenobi virtual machine #smb #ftp #ssh #privesc #tryhackme TryHackMe Platform: tryhackme.com
Dumping encrypted browser data with ProjectSyphon
zhlédnutí 37Před 2 lety
Learn how to dump credit cards,email,passwords with python scripting. #Hacking #exploitation #cybersecurity #browser-exploitation Github: github.com/darkseid-security decrypt chrome passwords: ohyicong.medium.com/how-to-hack-chrome-password-with-python-1bedc167be3d Bypass AV: medium.com/@darkseid_x1337/dev-project-syphon-36daef0757c5 #ProjectSyphon
Exploiting and Preventing Man-in-the-Middle(MITM) attacks
zhlédnutí 239Před 2 lety
Learn to Exploit and Mitigate man-in-the-middle attacks. #Hacking #websecurity #MITM github.com/darkseid-security/MITM.git
Securing the Darkweb
zhlédnutí 435Před 2 lety
Learn how to set up a tor hidden service and configure client authentication #darkweb #tor #cybersecurity #an0m Github: github.com/darkseid-security/darkweb.git Kali VM: kali.org
Exploit and Fix LFI & RFI vulnerability
zhlédnutí 487Před 2 lety
Learn to exploit and prevent local file inclusion vulnerability #webhacking #websecurity GitHub link: github.com/darkseid-security/LFI.git Attacking VM: www.kali.org/ Victim VM: ubuntu.com/
Welcome to the web of chaos
zhlédnutí 34Před 2 lety
Cyber Security channel learn web vulnerabilities, programming and hacking #cybersecurity #hacking #coding

Komentáře

  • @aravindv7889
    @aravindv7889 Před 18 dny

    Amazing ❤

  • @mgillanders
    @mgillanders Před 4 měsíci

    keyboard really close to the mic

  • @arifulamin4914
    @arifulamin4914 Před 10 měsíci

    It would be better if you would zoom in on the screen and speak a little bit louder. I hope you will continue this journey with more detailed explanations on these types of topics.

  • @SatoriStarchild
    @SatoriStarchild Před rokem

    Thanks I read this somewhere else but not in this extent of detail. 165 views yet this was the best demonstration. I would have liked to see this with ssh though. I set this up in order to ssh over tor. I figured out that you can just use the private key with adding ClientOnionAuthDir /path/to/copied/onion_auth/alive.auth_private in the client machine torrc (or in my case I simply chose /var/lib/tor/onion_auth/alice.auth_private)

  • @mortezamaddahi7617
    @mortezamaddahi7617 Před 2 lety

    Hello Darkseid, thank you for the video. as a beginner how should I start educating myself ?... I couldn't find a clear path.

    • @webofchaos2684
      @webofchaos2684 Před 2 lety

      No problem. Depends on what specifically your looking to learn, if you're interested in web application security i would recommend reading OWASP top 10 and research how the web and protocols work such as HTTP(S) and TCP/IP. In General start learning the core concepts and progress from there, a good resource is TryHackMe or Hack the Box doing CTF challenges which i am currently doing they have beginner course on there that go over basic concepts.

  • @900kmph
    @900kmph Před 2 lety

    how did you get a V3 link (56 char.) meanwhile i got a V2 link (16 char.)? [ I am using ubuntu 18.04, is it because of that? ]

    • @webofchaos2684
      @webofchaos2684 Před 2 lety

      yes most likely the 'tor' package is outdated to fix run sudo apt upgrade tor. or just upgrade the OS with sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade this will fix the version issue