{"id":21400667,"url":"https://github.com/cybersecurityup/hackthebox-privilege-escalation","last_synced_at":"2026-01-03T00:39:59.369Z","repository":{"id":110995678,"uuid":"350899254","full_name":"CyberSecurityUP/Hackthebox-Privilege-Escalation","owner":"CyberSecurityUP","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-25T13:03:18.000Z","size":5,"stargazers_count":24,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-23T02:45:41.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyberSecurityUP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-24T00:38:30.000Z","updated_at":"2024-09-05T16:48:22.000Z","dependencies_parsed_at":"2024-02-24T18:32:03.510Z","dependency_job_id":null,"html_url":"https://github.com/CyberSecurityUP/Hackthebox-Privilege-Escalation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberSecurityUP%2FHackthebox-Privilege-Escalation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberSecurityUP%2FHackthebox-Privilege-Escalation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberSecurityUP%2FHackthebox-Privilege-Escalation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberSecurityUP%2FHackthebox-Privilege-Escalation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyberSecurityUP","download_url":"https://codeload.github.com/CyberSecurityUP/Hackthebox-Privilege-Escalation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893905,"owners_count":20364916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T15:23:31.967Z","updated_at":"2026-01-03T00:39:59.330Z","avatar_url":"https://github.com/CyberSecurityUP.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hackthebox-Privilege-Escalation\n\n## Privilege Escalation Techniques\n\n### Resource\n\nAcademy Hack The Box https://academy.hackthebox.eu/course/preview/linux-privilege-escalation\n\nGTFOBINS https://gtfobins.github.io/\n\nAwesome Privilege Escalation https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Linux%20-%20Privilege%20Escalation.md\n\nTry Hack Me https://www.secjuice.com/tryhackme-common-linux-privilege-escalation/\n\nhttps://github.com/carlospolop/privilege-escalation-awesome-scripts-suite\n\nhttps://github.com/rasta-mouse/Watson\n\nhttps://github.com/Hackplayers/evil-winrm\n\nhttps://lolbas-project.github.io/\n\n## Linux Privilege Escalation\n\nhttps://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/\n\nhttps://github.com/vitalysim/Awesome-Hacking-Resources#privilege-escalation\n\nhttps://touhidshaikh.com/blog/2018/04/11/abusing-sudo-linux-privilege-escalation/\n\nhttps://www.hackingarticles.in/docker-privilege-escalation/\n\nhttps://keiran.scot/privilege-escallation-with-docker-56dc682a6e17\n\nhttps://github.com/flast101/docker-privesc\n\nhttps://github.com/KrustyHack/docker-privilege-escalation\n\nhttps://www.hackingarticles.in/lxd-privilege-escalation/\n\nhttps://github.com/carlospolop/hacktricks/blob/master/linux-unix/privilege-escalation/interesting-groups-linux-pe/lxd-privilege-escalation.md\n\nhttps://jieliau.medium.com/privilege-escalation-on-linux-platform-8b3fbd0b1dd4\n\nhttps://sushant747.gitbooks.io/total-oscp-guide/content/privilege_escalation_-_linux.html\n\nhttps://johnjhacking.com/blog/linux-privilege-escalation-quick-and-dirty/\n\nhttps://resources.infosecinstitute.com/topic/privilege-escalation-linux-live-examples/\n\nhttps://blog.pentesteracademy.com/breaking-out-of-a-restricted-shell-linux-privilege-escalation-3fb2700cb85e\n\nhttps://github.com/frizb/Linux-Privilege-Escalation\n\nhttps://johnjhacking.com/blog/linux-privilege-escalation-quick-and-dirty/\n\n## Windows Privilege Escalation\n\nhttp://www.fuzzysecurity.com/tutorials/16.html\n\nhttps://guif.re/windowseop\n\nhttps://pentest.blog/windows-privilege-escalation-methods-for-pentesters/\n\nhttps://www.greyhathacker.net/?p=738\n\nhttps://infosecwriteups.com/privilege-escalation-in-windows-380bee3a2842\n\nhttps://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Windows%20-%20Privilege%20Escalation.md\n\nhttps://sushant747.gitbooks.io/total-oscp-guide/content/privilege_escalation_windows.html\n\nhttps://book.hacktricks.xyz/windows/windows-local-privilege-escalation\n\nhttps://medium.com/@asfiyashaikh10/windows-privesc-weak-service-permission-b90f3bf4d44f\n\nhttps://medium.com/@orhan_yildirim/windows-privilege-escalation-insecure-service-permissions-e4f33dbff219\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurityup%2Fhackthebox-privilege-escalation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurityup%2Fhackthebox-privilege-escalation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurityup%2Fhackthebox-privilege-escalation/lists"}