<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://kasem545.github.io/</id><title>//Kasem Shibli</title><subtitle>My Cyber Security Blog</subtitle> <updated>2026-07-01T20:34:57+03:00</updated> <author> <name>Kasem Shibli</name> <uri>https://kasem545.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://kasem545.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://kasem545.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Kasem Shibli </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Kerberos Attacks cheatsheet</title><link href="https://kasem545.github.io/posts/kerberos/" rel="alternate" type="text/html" title="Kerberos Attacks cheatsheet" /><published>2025-10-31T22:41:00+02:00</published> <updated>2025-10-31T22:41:00+02:00</updated> <id>https://kasem545.github.io/posts/kerberos/</id> <content type="text/html" src="https://kasem545.github.io/posts/kerberos/" /> <author> <name>Kasem Shibli</name> </author> <category term="CheetSheets" /> <summary>Kerberos Attacks cheatsheet Bruteforcing With kerbrute.py: python kerbrute.py -domain &amp;lt;domain_name&amp;gt; -users &amp;lt;users_file&amp;gt; -passwords &amp;lt;passwords_file&amp;gt; -outputfile &amp;lt;output_file&amp;gt; With Rubeus version with brute module: # with a list of users .\Rubeus.exe brute /users:&amp;lt;users_file&amp;gt; /passwords:&amp;lt;passwords_file&amp;gt; /domain:&amp;lt;domain_name&amp;gt; /outfile:&amp;lt;output_file&amp;g...</summary> </entry> <entry><title>Windows Local Privilege Escalation</title><link href="https://kasem545.github.io/posts/windows-privesc/" rel="alternate" type="text/html" title="Windows Local Privilege Escalation" /><published>2025-10-27T18:41:00+02:00</published> <updated>2025-10-27T18:41:00+02:00</updated> <id>https://kasem545.github.io/posts/windows-privesc/</id> <content type="text/html" src="https://kasem545.github.io/posts/windows-privesc/" /> <author> <name>Kasem Shibli</name> </author> <category term="CheetSheets" /> <summary>🛠️ Under Constructions Useful Tools In the following table, some popular and useful tools for Windows local privilege escalation are presented: Name Language Author Description SharpUp C# @harmj0y SharpUp is a C# port of various PowerUp functionality PowerUp PowerShell @harmj0y PowerUp a...</summary> </entry> <entry><title>Ligolo-MP/Ligolo-NG Cheatsheet</title><link href="https://kasem545.github.io/posts/ligolo-mp/" rel="alternate" type="text/html" title="Ligolo-MP/Ligolo-NG Cheatsheet" /><published>2025-10-27T12:41:00+02:00</published> <updated>2025-10-27T12:41:00+02:00</updated> <id>https://kasem545.github.io/posts/ligolo-mp/</id> <content type="text/html" src="https://kasem545.github.io/posts/ligolo-mp/" /> <author> <name>Kasem Shibli</name> </author> <category term="CheetSheets" /> <summary>Installation From Source Github Ligolo-MP git clone https://github.com/ttpreport/ligolo-mp cd ligolo-mp sudo make install sudo ligolo-mp From Release Download Binary From Release ligolo-mp_linux_amd64 chmod +x ./ligolo-mp_linux_amd64 sudo ./ligolo-mp_linux_amd64 Dashboard overview Flag Meaning ⚑ Agent is connected, relay is down ...</summary> </entry> <entry><title>AD ACLs Cheatsheet</title><link href="https://kasem545.github.io/posts/AD-ACLs/" rel="alternate" type="text/html" title="AD ACLs Cheatsheet" /><published>2025-10-27T12:15:00+02:00</published> <updated>2025-10-27T12:15:00+02:00</updated> <id>https://kasem545.github.io/posts/AD-ACLs/</id> <content type="text/html" src="https://kasem545.github.io/posts/AD-ACLs/" /> <author> <name>Kasem Shibli</name> </author> <category term="CheetSheets" /> <summary>AD ACLs Cheatsheet GenericWrite on User Targeted Kerberoasting targetedKerberoast.py -d domain --dc-ip ip -u username -p password --dc-host dc --request-user target_user hashcat -m 13100 -a 0 &amp;lt;hash_file&amp;gt; rockyou.txt --force john &amp;lt;hash_file&amp;gt; --wordlist=rockyou.txt ShadowCredentials certipy shadow auto -u username@domain -p password -account target_user -dc-ip ip Using Kerberos c...</summary> </entry> <entry><title>Certipy Cheatsheet</title><link href="https://kasem545.github.io/posts/certifpy/" rel="alternate" type="text/html" title="Certipy Cheatsheet" /><published>2025-10-27T11:45:00+02:00</published> <updated>2025-10-27T11:45:00+02:00</updated> <id>https://kasem545.github.io/posts/certifpy/</id> <content type="text/html" src="https://kasem545.github.io/posts/certifpy/" /> <author> <name>Kasem Shibli</name> </author> <category term="CheetSheets" /> <summary>Certipy - AD CS Attack &amp;amp; Enumeration Toolkit Installation Certipy Using pip $ sudo apt update &amp;amp;&amp;amp; sudo apt install -y python3 python3-pip $ python3 -m venv certipy-venv $ source certipy-venv/bin/activate $ pip install certipy-ad Using pipx $ pipx install -f "git+https://github.com/ly4k/Certipy.git" Using uv $ uv tool install git+https://github.com/ly4k/Certipy --force Enumerati...</summary> </entry> </feed>
