<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Bristol CTF Resources</title>
      <link>https://public.bristolctf.club</link>
      <description>Last 10 notes on Bristol CTF Resources</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>0 - Info and Resources</title>
    <link>https://public.bristolctf.club/Cryptography/0---Info-and-Resources</link>
    <guid>https://public.bristolctf.club/Cryptography/0---Info-and-Resources</guid>
    <description><![CDATA[ DCode Cipher Identifier, cracker, and other tools start with the cipher identifier linked above and just keep trying things CyberChef audio morse code decoder. ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>Steganography</title>
    <link>https://public.bristolctf.club/Cryptography/Steganography</link>
    <guid>https://public.bristolctf.club/Cryptography/Steganography</guid>
    <description><![CDATA[ online tools StegOnline aperosolve forensic magnifier metadata2go DTMF decoder DTMF is the audio tone that a phone keypress emits command line tools exiftool - inspect metadata exiftool FILENAME look for strings strings FILENAME binwalk binwalk -Me FILENAME extract data inside image files: zsteg FIL... ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>Linux Privilege escalation</title>
    <link>https://public.bristolctf.club/Exploitation-and-Enumeration/Linux-Privilege-escalation</link>
    <guid>https://public.bristolctf.club/Exploitation-and-Enumeration/Linux-Privilege-escalation</guid>
    <description><![CDATA[ Search for SUID / GUID files find / -perm -u=s -type f 2&gt;/dev/null . ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>gdb debugger</title>
    <link>https://public.bristolctf.club/Exploitation-and-Enumeration/gdb</link>
    <guid>https://public.bristolctf.club/Exploitation-and-Enumeration/gdb</guid>
    <description><![CDATA[ summary GDB debugger - info and some basics a well-known debugger for Linux programs that should come pre-installed use it to manipulate and inspect binaries and executables if you do need to install: sudo apt-get install gdb enhancements: set intel as the default assmebly flavor: echo &#039;set dis... ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>ghidra</title>
    <link>https://public.bristolctf.club/Exploitation-and-Enumeration/ghidra</link>
    <guid>https://public.bristolctf.club/Exploitation-and-Enumeration/ghidra</guid>
    <description><![CDATA[ installation: ghidra-sre.org/InstallationGuide.html watch these videos: www.youtube.com/watch threatvector.cylance.com/en_us/home/an-introduction-to-code-analysis-with-ghidra.html notes on interpretation: double click on any variable or function name to go to it in the assembly rename vars or functi... ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>0- General Notes</title>
    <link>https://public.bristolctf.club/Forensics/0--General-Notes</link>
    <guid>https://public.bristolctf.club/Forensics/0--General-Notes</guid>
    <description><![CDATA[ commonly involves inspecting memory dumps or disk images binwalk when presented with just a file, try binwalk first to see if it finds anything… binwalk myFile - will just look inside without extracting binwalk -eM myFIle it will extract files to an ‘extractions’, and will list any extractions in a ... ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>0 - Resources and General Info</title>
    <link>https://public.bristolctf.club/Log-Analysis/0---Resources-and-General-Info</link>
    <guid>https://public.bristolctf.club/Log-Analysis/0---Resources-and-General-Info</guid>
    <description><![CDATA[ you can achieve a lot from the command line, using awk, sort, uniq, -c, etc AI will tell you how the commands to get what you want… refer to the page on awk usage, and the NCL walkthrough, linked below: awk NCL nginx walkthrough NCL vsftpd walkthrough using a spreadsheet is also very helpful… watch ... ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>7zip</title>
    <link>https://public.bristolctf.club/Manuals-and-Docs/7zip</link>
    <guid>https://public.bristolctf.club/Manuals-and-Docs/7zip</guid>
    <description><![CDATA[ magic bytes : 37 7A BC AF 27 1C l - list contents 7z l myfile x - extract into current directory 7z x myfile x -o/path - extract to directory 7z x file -o/path. ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>Burpsuite</title>
    <link>https://public.bristolctf.club/Manuals-and-Docs/Burpsuite</link>
    <guid>https://public.bristolctf.club/Manuals-and-Docs/Burpsuite</guid>
    <description><![CDATA[ basic usage Open Burp, click on ‘Proxy’ &gt; click ‘Open Browser’ in the chromium window that opens, navigate to your target. ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item><item>
    <title>CyberChef</title>
    <link>https://public.bristolctf.club/Manuals-and-Docs/CyberChef</link>
    <guid>https://public.bristolctf.club/Manuals-and-Docs/CyberChef</guid>
    <description><![CDATA[ CyberChef is going to be your best friend, so it gets its own page. You can do alot…. ]]></description>
    <pubDate>Wed, 24 Jun 2026 23:35:02 GMT</pubDate>
  </item>
    </channel>
  </rss>