Skip to content

Commit

Permalink
GitBook: [master] 2 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored and gitbook-bot committed Apr 5, 2021
1 parent 5208417 commit d399bd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
* [69/UDP TFTP/Bittorrent-tracker](pentesting/69-udp-tftp.md)
* [79 - Pentesting Finger](pentesting/pentesting-finger.md)
* [80,443 - Pentesting Web Methodology](pentesting/pentesting-web/README.md)
* [Moodle](pentesting/pentesting-web/moodle.md)
* [Golang](pentesting/pentesting-web/golang.md)
* [Uncovering CloudFlare](pentesting/pentesting-web/uncovering-cloudflare.md)
* [Laravel](pentesting/pentesting-web/laravel.md)
Expand Down
10 changes: 10 additions & 0 deletions pentesting/pentesting-web/moodle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Moodle

## Dump Credentials

```bash
/usr/local/bin/mysql -u <username> --password=<password> -e "use moodle; select email,username,password from mdl_user; exit"
```



0 comments on commit d399bd1

Please sign in to comment.