Skip to content

Instantly share code, notes, and snippets.

View iantho's full-sized avatar

Ian Thomas iantho

View GitHub Profile
@iantho
iantho / VeraCryptPasswordHunter.py
Last active March 1, 2025 02:50
VeraCrypt Password Hunter (tested on macOS with FUSE-T)
"""
The MIT License (MIT)
Copyright (c) 2025 Ian Thomas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@iantho
iantho / TrueCryptPasswordHunter.py
Last active November 10, 2025 22:15
TrueCrypt Password Hunter
"""
The MIT License (MIT)
Copyright (c) 2012-2025 Ian Thomas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@iantho
iantho / htaccess_protected_file_downloader.php
Created June 28, 2015 01:44
HTTP Basic Authentication Protected File Downloader
<?php
/*
The MIT License (MIT)
Copyright (c) 2013 Ian Thomas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights