776 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
20 results tagged linux x
  • dreamkinn/CompileCSDocker: Compile SharpHound and others on Linux
    June 12, 2024 at 10:20:23 AM UTC * - permalink -
    QRCode
    - https://github.com/dreamkinn/CompileCSDocker
    compile csharp tools github linux windows toolbox dreamkinn
  • thumbnail
    video - How do I fix VLC sound stuttering after pause/resume? - Ask Ubuntu
    January 15, 2024 at 2:06:18 PM UTC - permalink -
    QRCode
    - https://askubuntu.com/questions/1457272/how-do-i-fix-vlc-sound-stuttering-after-pause-resume
    vlc audio linux stutter
  • thumbnail
    Liuk3r/CVE-2023-32233: CVE-2023-32233: Linux内核中的安全漏洞
    May 17, 2023 at 5:57:30 PM UTC * - permalink -
    QRCode
    - https://github.com/Liuk3r/CVE-2023-32233
    lpe ubuntu linux kernel
  • thumbnail
    Markakd/CVE-2022-2588: exploit for CVE-2022-2588
    September 20, 2022 at 11:15:38 PM UTC * - permalink -
    QRCode
    - https://github.com/Markakd/CVE-2022-2588
    lpe privesc linux
  • qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
    January 25, 2022 at 9:23:18 PM UTC * - permalink -
    QRCode
    - https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
    polkit privilege escalation lpe linux
  • thumbnail
    Namespaces : La brique de base des conteneurs | Linux Embedded
    November 30, 2021 at 2:20:33 PM UTC - permalink -
    QRCode
    - https://linuxembedded.fr/2020/11/namespaces-la-brique-de-base-des-conteneurs
    user namespaces namespace container linux kernel
  • thumbnail
    9 mail/mailx command examples to send emails from command line on Linux - BinaryTides
    November 19, 2021 at 8:09:14 PM UTC - permalink -
    QRCode
    - https://www.binarytides.com/linux-mailx-command/
    mailx mail sendmail phishing linux cli
  • thumbnail
    Sprocket Security - Blog - The ultimate tag team: PetitPotam and ADCS pwnage from Linux
    November 8, 2021 at 11:22:25 AM UTC - permalink -
    QRCode
    - https://www.sprocketsecurity.com/blog/the-ultimate-tag-team-petitpotam-and-adcs-pwnage-from-linux
    adcs linux pkinit
  • thumbnail
    Linux Rootkits: New Methods for Kernel 5.7+ :: TheXcellerator

    http://books.gigatux.nl/mirror/networksecuritytools/0596007949/networkst-CHP-7-SECT-4.html

    October 23, 2021 at 9:05:56 PM UTC - permalink -
    QRCode
    - https://xcellerator.github.io/posts/linux_rootkits_11/
    linux rootkit netstat
  • thumbnail
    Sequoia: A Local Privilege Escalation Vulnerability in Linux’s Filesystem Layer (CVE-2021-33909) | Qualys Security Blog
    September 6, 2021 at 10:45:39 AM UTC * - permalink -
    QRCode
    - https://blog.qualys.com/vulnerabilities-threat-research/2021/07/20/sequoia-a-local-privilege-escalation-vulnerability-in-linuxs-filesystem-layer-cve-2021-33909
    linux lpe
  • thumbnail
    Bloodhound for Linux
    March 30, 2021 at 4:11:34 PM UTC - permalink -
    QRCode
    - https://www.errno.fr/BloodhoundForLinux.html
    bloodhound linux
  • thumbnail
    GitHub - d30sa1/RootKits-List-Download: This is the list of all rootkits found so far on github and other sites.
    April 15, 2020 at 2:35:13 PM UTC - permalink -
    QRCode
    - https://github.com/d30sa1/RootKits-List-Download
    rootkits downloads github persistence linux
  • thumbnail
    (nearly) Complete Linux Loadable Kernel Modules
    October 19, 2019 at 10:53:10 AM UTC - permalink -
    QRCode
    - http://www.ouah.org/LKM_HACKING.html
    lkm rootkit bootkit linux hacking persistence kernel howto tuto
  • thumbnail
    GitHub - f0rb1dd3n/Reptile: LKM Linux rootkit
    October 19, 2019 at 10:52:44 AM UTC * - permalink -
    QRCode
    - https://github.com/f0rb1dd3n/Reptile
    rootkit bootkit linux privesc persistence hacking pentest phrack
  • thumbnail
    Recipe for Root - Your Cookbook for Privilege Escalation
    October 9, 2019 at 4:09:17 PM UTC * - permalink -
    QRCode
    - https://recipeforroot.com/
    privesc windows linux privilege escalation hacking pentest howto tuto
  • thumbnail
    A gentle introduction to Linux Kernel fuzzing
    July 11, 2019 at 12:39:26 PM UTC - permalink -
    QRCode
    - https://blog.cloudflare.com/a-gentle-introduction-to-linux-kernel-fuzzing/
    fuzz fuzzing kernel linux hacking pwn
  • 31 days of OSCP Experience - ScriptDotSh

    Post Exploit Enumeration :

    grep -rnw '/' -ie 'pass' --color=always
    grep -rnw '/' -ie 'DB_PASS' --color=always
    grep -rnw '/' -ie 'DB_PASSWORD' --color=always
    grep -rnw '/' -ie 'DB_USER' --color=always

    File uplaod through B64

    PSexec Shells of Remote Systems

    .\psexec64.exe \\192.168.x.x -u .\administrator -p admin@123 cmd.exe

    Disabling firewall/defender and enabling RDF for all

    sc stop WinDefend
    netsh advfirewall show allprofiles
    netsh advfirewall set allprofiles state off
    netsh firewall set opmode disable
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f
    February 5, 2019 at 2:28:58 AM UTC * - permalink -
    QRCode
    - https://scriptdotsh.com/index.php/2018/04/17/31-days-of-oscp-experience/
    oscp resources materials hacking walkthrough guide privesc linux
  • thumbnail
    Whonix

    1) Make a hidden encrypted volume with Truecrypt 7.1a [0]
    2) Inside the encrypted volume install Whonix [1]
    3) (Optional) While just having everything go over Tor thanks to Whonix is
    probably sufficient, it's better to not use an internet connection connected
    to your name or address. A cantenna, aircrack, and reaver can come in handy

    https://pastebin.com/raw/cRYvK4jb
    here.

    January 30, 2019 at 3:27:12 PM UTC - permalink -
    QRCode
    - https://www.whonix.org/
    whonix os anon privacy tor linux
  • thumbnail
    http://blog.sevagas.com/IMG/pdf/exploiting_capabilities_the_dark_side.pdf

    e: Effective
    This means the capability is “activated”.

    p: Permitted
    This means the capability can be used/is allowed.

    i: Inherited
    The capability is kept by child/subprocesses upon execve() for example.

    https://www.insecure.ws/linux/getcap_setcap.html

    December 28, 2018 at 12:56:28 PM UTC - permalink -
    QRCode
    - http://blog.sevagas.com/IMG/pdf/exploiting_capabilities_the_dark_side.pdf
    linux capabilities hacking setcap getcap pdf
  • thumbnail
    Command Injection Without Spaces

    {echo,hello,world}
    CMD=$'\x20a\x20b\x20c';echo$CMD
    CMD=$'\x20a\x20b\x20c'&&echo$CMD
    google.com&&CMD=$'\x20/etc/passwd'&&cat$CMD

    December 10, 2018 at 4:43:56 PM UTC - permalink -
    QRCode
    - https://www.betterhacker.com/2016/10/command-injection-without-spaces.html
    command injection hacking linux bash bypass brace expansion
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation