HTB - Pilgrimage Writeup

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. git-dumper

    A tool to dump a git repository from a website

    Now we know for sure there is a /.git/ folder on the server. Now we can use a tool like Git dumperto extract all of the information from the git folder on to our own machine and take a look at the source code.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. CVE-2022-44268

    A PoC for the CVE-2022-44268 - ImageMagick arbitrary file read

    ARBITRARY REMOTE LEAK with CVE-2022-44268

  4. ImageMagick

    ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations.

  5. binwalk

    Firmware Analysis Tool

  6. CyberChef

    The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

    When we did cargo run "/etc/passwd" on the file we got an image with code injected into it. When we upload it to the server and download the "shrunken" version of it we can run identify -verbose {image} to get the outputting hex values of our input. Inputting it to something like CyberChef and converting it from hex to ascii we get this output:

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • This is my list for me to learn, is it good enough? Something to add?

    2 projects | /r/cybersecurity | 7 Sep 2021
  • If OpenSSL Were a GUI

    4 projects | news.ycombinator.com | 26 Jan 2025
  • Learning JWT security using KumuluzEE — The finances of a league of the environment

    8 projects | dev.to | 27 Dec 2024
  • More storage for media : organize files using ChatGPT : part4, processing on Gentoo

    1 project | dev.to | 31 Oct 2024
  • Everything I built with Claude Artifacts this week

    9 projects | news.ycombinator.com | 23 Oct 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?