Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitLabGitLab/a1cy0n/mnemosyne
Learning & EducationCurated Resources
GitLaba1cy0n/mnemosyne

Mnemosyne

Personal infosec memo and cheatsheet collection covering security concepts, commands, and references, built with Hugo for easy browsing and self-hosting.

View RepositoryWebsite
465 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

{ Mnemosyne }

My personal infosec memo

Maintenance Website https://a1cy0n.gitlab.io/mnemosyne made-with-Go

Fun fact

The name of this project comes from the Greek goddess of memory: Mnemosyne. Moreover and regarding our story, it is interesting to note that, it's the origin of the word memory.

Usage

Mnemosyne is publicly available on the sub-domain of the same name of my website. The site is hosted with gitlab pages. You can access with this link.

Run the website on your own

To run the website you need first to install Hugo.

Then, you can clone my repository :

root@kitploit:~
git clone https://gitlab.com/A1CY0N/mnemosyne.git

And run the website with Hugo :

root@kitploit:~
cd mnemosyne
hugo server --minify --theme book

If you want to build static files :

root@kitploit:~
hugo

Requirements

  • Hugo 0.68 or higher
  • Hugo extended version, read more here
  • Book theme for Hugo

Release History

  • 0.1.0
    • First version of the empty site
    • CHANGE: README.md

Meta

@A1CY0N – [email protected]

Distributed under the MIT license. See LICENSE for more information.

https://gitlab.com/A1CY0N

Contributing

  1. Fork it (https://gitlab.com/A1CY0N/mnemosyne)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
Download Tool