<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on Ha1fdan</title><link>https://ha1fdan.xyz/en/tags/tools/</link><description>Recent content in Tools on Ha1fdan</description><generator>Hugo</generator><language>en-us</language><copyright>ha1fdan.xyz</copyright><lastBuildDate>Tue, 05 Mar 2024 11:27:41 +0100</lastBuildDate><atom:link href="https://ha1fdan.xyz/en/tags/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>CTF Toolbox | A list of usefull tools for pentesting</title><link>https://ha1fdan.xyz/en/toolbox/</link><pubDate>Tue, 05 Mar 2024 11:27:41 +0100</pubDate><guid>https://ha1fdan.xyz/en/toolbox/</guid><description>&lt;p&gt;&lt;strong&gt;In general if I stumble into a challenge I need a vulnerability I will try to search &lt;a href="https://book.hacktricks.xyz/"&gt;hacktricks&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="cryptography"&gt;Cryptography&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Substitution cipher or vigenere ciphers (without key): &lt;a href="https://quipqiup.com/"&gt;quipqiup.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;SageMath: &lt;a href="https://www.sagemath.org/"&gt;sagemath.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Generate private key with knowledge of p and q: &lt;a href="https://github.com/ius/rsatool"&gt;RSATool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;CyberChef: &lt;a href="https://cyberchef.org/"&gt;cyberchef.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;RsaCtfTool: &lt;a href="https://github.com/RsaCtfTool/RsaCtfTool"&gt;RsaCtfTool&lt;/a&gt; - RSA attack tool (mainly for ctf) - retrieve private key from weak public key and/or uncipher data&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="forensics"&gt;Forensics&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Autopsy: &lt;a href="https://www.autopsy.com/download/"&gt;autopsy.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;EXIF Viewer: &lt;a href="https://onlineexifviewer.com/"&gt;onlineexifviewer.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Hydra - FTP/SSH bruteforce&lt;/li&gt;
&lt;li&gt;Crackstation: &lt;a href="https://crackstation.net/"&gt;crackstation.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Analyze audio files: &lt;a href="http://sourceforge.net/projects/audacity/"&gt;Audacity&lt;/a&gt; - &lt;code&gt;apt-get install audacity&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Find and extract zlib files compressed in PDF files: &lt;a href="http://malzilla.sourceforge.net/downloads.html"&gt;PDF Streams Inflater&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used to analyze pcap or pcapng files: &lt;a href="https://www.wireshark.org"&gt;Wireshark&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Binwalk: &lt;a href="https://github.com/ReFirmLabs/binwalk"&gt;binwalk.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Foremost: &lt;a href="https://github.com/korczis/foremost"&gt;foremost&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Volatility: &lt;a href="https://github.com/volatilityfoundation/volatility"&gt;volatility&lt;/a&gt; - An advanced memory forensics framework&lt;/li&gt;
&lt;li&gt;Windows EVTX: &lt;a href="https://omerbenamram.github.io/evtx/"&gt;EVTX Viewer Online&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ericzimmerman.github.io"&gt;https://ericzimmerman.github.io&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="stegonography"&gt;Stegonography&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;StegOnline: &lt;a href="https://georgeom.net/StegOnline/upload"&gt;StegOnline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Stegsolve: &lt;a href="http://www.caesum.com/handbook/Stegsolve.jar"&gt;Stegsolve&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;stegseek: &lt;a href="https://github.com/RickdeJager/stegseek"&gt;stegseek&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;JPEG steganography: &lt;a href="https://github.com/lukechampine/jsteg"&gt;jsteg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;zsteg: &lt;a href="https://github.com/zed-0xff/zsteg"&gt;zsteg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;OpenStego: &lt;a href="https://www.openstego.com/"&gt;OpenStego&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Aperi&amp;rsquo;Solve: &lt;a href="https://aperisolve.com/"&gt;aperisolve.com&lt;/a&gt; or &lt;a href="https://github.com/Zeecka/AperiSolve"&gt;local@github&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="osint"&gt;OSINT&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;sherlock (social media accounts): &lt;a href="https://github.com/sherlock-project/sherlock"&gt;github.com/sherlock-project/sherlock&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;theHarvester &lt;a href="https://github.com/laramies/theHarvester"&gt;github.com/laramies/theHarvester&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Google Images: &lt;a href="https://images.google.com/"&gt;images.google.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Whois History: &lt;a href="https://osint.sh/whoishistory/"&gt;osint.sh/whoishistory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;DNS Dumpster: &lt;a href="https://dnsdumpster.com/"&gt;dnsdumpster.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;crt.sh - Certificate Search: &lt;a href="https://crt.sh"&gt;crt.sh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;pimeyes: &lt;a href="https://pimeyes.com/"&gt;pimeyes.com&lt;/a&gt; - Face Search Engine Reverse Image Search&lt;/li&gt;
&lt;li&gt;Shodan: &lt;a href="https://shodan.io"&gt;shodan.io&lt;/a&gt; - Search for vulnerabilities on publicly exposed services&lt;/li&gt;
&lt;li&gt;SpiderFoot: &lt;a href="https://github.com/smicallef/spiderfoot"&gt;spiderfoot&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="misc"&gt;Misc&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Nothing yet.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="reverse-engineering"&gt;Reverse Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GDB: &lt;code&gt;apt install gbd&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Ghidra: &lt;a href="https://github.com/NationalSecurityAgency/ghidra/"&gt;github.com/NationalSecurityAgency/ghidra/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;IDA: &lt;a href="https://hex-rays.com/ida-free/"&gt;hex-rays.com/ida-free&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Regex: &lt;a href="https://regex101.com/"&gt;regex101.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Decompiler Explorer: &lt;a href="https://dogbolt.org/"&gt;dogbolt.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;radare2: &lt;a href="https://github.com/radareorg/radare2"&gt;radare2&lt;/a&gt; - UNIX-like reverse engineering framework and command-line toolset&lt;/li&gt;
&lt;li&gt;.NET decompiler: &lt;a href="https://decompiler.codemerx.com/"&gt;CodemerxDecompile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Program for determining types of files for Windows, Linux and MacOS. &lt;a href="https://github.com/horsicq/DIE-engine/releases"&gt;Detect It Easy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="python-reverse-engineering"&gt;Python Reverse Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Python bytecode decompiler (.pyc): &lt;a href="https://pylingual.io/"&gt;https://pylingual.io/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;PyInstaller Extractor: &lt;a href="https://pyinstxtractor-web.netlify.app/"&gt;https://pyinstxtractor-web.netlify.app/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="web-exploitation"&gt;Web Exploitation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DirBuster: &lt;a href="https://www.kali.org/tools/dirbuster/"&gt;www.kali.org/tools/dirbuster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;BurpSuite: &lt;a href="https://portswigger.net/burp"&gt;BurpSuite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;SQLMap: &lt;a href="https://github.com/sqlmapproject/sqlmap"&gt;SQLMap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Postman: &lt;a href="https://www.postman.com/downloads/"&gt;Postman&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;domain.ltd/&lt;strong&gt;robots.txt&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="pentesting"&gt;Pentesting&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;HackTricks: &lt;a href="https://book.hacktricks.xyz"&gt;https://book.hacktricks.xyz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Nmap: &lt;a href="https://nmap.org/"&gt;https://nmap.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Metasploit: &lt;a href="https://www.metasploit.com/"&gt;https://www.metasploit.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;gobuster: &lt;a href="https://github.com/OJ/gobuster"&gt;gobuster&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>