toodlemoodle
Version, currently master branch1 version
- master branchlatestJul 10, 2019
github.com/claudiosv/toodlemoodle
A simple CLI tool 🔨 for analyzing and attacking Moodle installations for pentesters 🔪using various publicly available exploits. Developed using Crystal 💎, the fast, natively compiled Ruby lookalike.
Installation
# Add this to your shard.yml
dependencies:
toodlemoodle:
github: claudiosv/toodlemoodle
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.27.2- License
- MIT
- Authors
- Claudio Spiess, Riccardo Felluga
- Target
toodlemoodlefrom src/tmoodle.cr
Dependencies
This version declares no dependencies.
README
ToodleMoodle
A simple CLI tool for analyzing and attacking Moodle installations for pentesters using various publicly available exploits. Developed using Crystal, the fast, natively compiled Ruby lookalike.
Development
Make sure you have crystal & openssl installed. For MacOs, run
brew install crystal openssl
It is critical to compile this project, that you add the following lines to your bash_profile or zshrc:
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
export LDFLAGS="-L/usr/local/opt/libffi/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/llvm@6/lib -Wl,-rpath,/usr/local/opt/llvm@6/lib -L/usr/local/opt/llvm@6/lib $LDFLAGS"
export CPPFLAGS="-I/usr/local/opt/openssl/include -I/usr/local/opt/llvm@6/include $CPPFLAGS"
This adds LLVM, LibFFI, and OpenSSL to your compiler flags.
Now you can run this project (this will compile the project, hence the long startup time):
crystal run src/tmoodle.cr
or
crystal build src/tmoodle.cr && ./tmoodle
You can also build an executable:
crystal build src/tmoodle.cr
Use the --release flag for an optimized production build.
Docker image setup
bin/moodle-docker-compose up
Contributing
- Fork it (https://github.com/your-github-user/toodlemoodle/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Riccardo Felluga - contributor and maintainer
- Claudio Spiess - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jul 10, 2019
- Crystal
0.27.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/claudiosv/toodlemoodle
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1