---
title: Install witchcraft on Manjaro Linux using the Snap Store | Snapcraft
description: Get the latest version of witchcraft for on Manjaro Linux - A versatile
  netrunner toolkit for cybersecurity.
url: https://snapcraft.io/install/witchcraft-cybersecurity/manjaro
---

[Canonical Snapcraft](https://snapcraft.io/)

# Install witchcraft on **Manjaro Linux**

# witchcraft (witchcraft-cybersecurity)

[Casssandra Lovelace (cassandralovelace)](https://snapcraft.io/publisher/cassandralovelace "View all snaps from Casssandra Lovelace (cassandralovelace)")

* [Casssandra Lovelace (cassandralovelace)](https://snapcraft.io/publisher/cassandralovelace "View all snaps from Casssandra Lovelace (cassandralovelace)")
* [Development](https://snapcraft.io/search?categories=development)
* [Security](https://snapcraft.io/search?categories=security)

[Install](https://snapcraft.io/install/witchcraft-cybersecurity/manjaro#install)

#### A versatile netrunner toolkit for cybersecurity.

**NAME**
**witchcraft** - A versatile netrunner toolkit for cybersecurity.

**SYNOPSIS**
`witchcraft [MODULE_NAME] [OPTION]... [FILE]... [IP]...`

**DESCRIPTION**
WITCHCRAFT is a powerful cybersecurity toolkit providing tools for forensic analysis, OSINT, scanning, backups, data copying, and penetration testing for applications and APIs. Its flexibility makes it suitable for a wide range of security tasks.

**EXAMPLES**

* `witchcraft map.local`
  Map all open local connections.
* `witchcraft search.meta --keyword user_name`
  Search for the `user_name` keyword across over 1000 sites.
* `witchcraft map.default --target example.com`
  Perform a default port scan on the specified target.

**INSTALLATION**
The project initially includes a set of default files created using advanced data analysis techniques. Final versions are merged into the main project.

* **GitHub Installation:**
  Visit [witchcraft GitHub repository](<https://github.com/cosmic-zip/witchcraft>).
  Go to releases, download the latest version, unzip the file, and locate `installer.sh` and `uninstall.sh`.

  ```bash
  sudo bash installer.sh
  ```
* **Snap Package Installation:**
  ```bash
  snap install witchcraft-cybersecurity
  ```
* **Build from Source:**
  ```bash
  git clone <https://github.com/cosmic-zip/witchcraft>
  cd witchcraft
  sudo bash build-devel.sh
  ```

  Locate the `dist` folder, unzip the file, and use `installer.sh` and `uninstall.sh`.

  The script prompts for root access, creates a `release` folder, and places built executables inside. It also provides options for downloading archives for OSINT and wordlists required for IP lookup operations.

**Spellbook Package Includes:**

* Unique Wordlists: *moth* (16GB) and *ladybug* (1GB)
* Default Credentials Database
* IP Geolocation and Reputation/Score
* Social Media Pages for Evil Twin Attacks
* General Wordlists for Directories and Subdomains
* MAC Address Vendor Database
* Usernames Wordlist
* XSS Wordlist
* And more!

**Optional Wordlists and Malware Signatures**
These files (700MB) can be downloaded using:
```bash
git clone <https://github.com/cosmic-zip/witchcraft-wordlists> /var/spellbook/
```

**EVILPAGES**
Clone pages into `/var/spellbook/evilpages` using the SingleFile extension or similar tools. Example:
```bash
witchcraft server.eviltwin --address 127.0.0.1:9000 --path foo/bar/index.html
```
[SingleFile Extension](<https://addons.mozilla.org/en-US/firefox/addon/single-file/>)

**RC FILE**
To log interactions, create `.witchrc` in your home folder and add:
```plaintext
path\_log\_file=~/my\_frog.jsonl
```
Replace `~/` with a specific path if desired.

**PLUGINS**
Witchcraft supports extensions via static files, Rust code, and `db.json`. This file allows integration of terminal-based operations. Example:

**Custom Command in Terminal:**
```bash
mycommand --flag value --key value --some foo
```

**Entry in `db.json`:**
```json
{
"name": "mycommand",
"description": "My command does something cool",
"command": "mycommand --flag @@flag --key @@some\_name\_for\_the\_key"
}
```

**Final Command in Witchcraft:**
```bash
mycommand --flag foo --some\_name\_for\_the\_key bar
```

You can assign any name to a flag. Note that flags are not positional.
Repeating a flag will not create a list of values. If a flag is repeated, only the first occurrence will be accepted. This design covers 98% of CLI interactions. Edge cases are not supported.

**LICENSE AND TERMS**
This project is licensed under the **GNU General Public License v3.0**.
WITCHCRAFT includes **IP2Proxy® LITE** and **cinsscore®** databases.

### Package name

* witchcraft-cybersecurity

---

### License

* LGPL-3.0

---

### Last updated

* 14 January 2025 - latest/stable
* 15 August 2025 - latest/edge

---

### Websites

* [cosmic-zip.github.io](https://cosmic-zip.github.io "https://cosmic-zip.github.io")

---

### Source code

* [github.com/cosmic-zip/witchcraft](https://github.com/cosmic-zip/witchcraft "https://github.com/cosmic-zip/witchcraft")

---

### Report a bug

* [github.com/cosmic-zip/witchcraft/issues](https://github.com/cosmic-zip/witchcraft/issues "https://github.com/cosmic-zip/witchcraft/issues")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/install/witchcraft-cybersecurity/manjaro#report-snap-modal)

---

## Enable snaps on Manjaro Linux and install witchcraft

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the [Snap Store](https://snapcraft.io/store), an app store with an audience of millions.

### Enable snapd

Snapd can be installed from Manjaro’s Add/Remove Software application (Pamac), found in the launch menu. From the application, search for *snapd*, select the result, and click Apply.

Alternatively, *snapd* can be installed from the command line:

```
sudo pacman -S snapd
```

Once installed, the *systemd* unit that manages the main snap communication socket needs to be enabled:

```
sudo systemctl enable --now snapd.socket
```

To enable *classic* snap support, enter the following to create a symbolic link between `/var/lib/snapd/snap` and `/snap`:

```
sudo ln -s /var/lib/snapd/snap /snap
```

Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.

### Install witchcraft

To install witchcraft, simply use the following command:

```
sudo snap install witchcraft-cybersecurity
```

### Other popular snaps…

[See more...](https://snapcraft.io/search?categories=featured)

[See more in Featured](https://snapcraft.io/search?categories=featured)

### More things to do…

#### [Get the snap store](https://snapcraft.io/snap-store)

Browse and find snaps from the convenience of your desktop using the snap store snap.

#### [Learn more about snaps](https://snapcraft.io/docs)

Interested to find out more about snaps? Want to publish your own application? Visit [snapcraft.io](https://snapcraft.io/) now.

[Back to top](https://snapcraft.io/install/witchcraft-cybersecurity/manjaro)

© 2026 Canonical Ltd.
Ubuntu and Canonical are registered trademarks of Canonical Ltd.

Powered by [Charmed Kubernetes](https://www.ubuntu.com/kubernetes)

[Join the forum](https://forum.snapcraft.io/), contribute to or report problems with,
[snapd](https://bugs.launchpad.net/snapd),
[Snapcraft](https://bugs.launchpad.net/snapcraft),
or [this site](https://github.com/canonical/snapcraft.io/issues/new).

* [Share on Twitter](https://twitter.com/snapcraftio)
* [Share on Facebook](https://www.facebook.com/snapcraftio)
* [Share on YouTube](https://www.youtube.com/snapcraftio)

* [Terms of Service](https://ubuntu.com/legal/terms-and-policies/snap-store-terms)
* [Data privacy](https://www.ubuntu.com/legal/data-privacy)
* [Manage your tracker settings](https://snapcraft.io/install/witchcraft-cybersecurity/manjaro)
* [Service status](https://status.snapcraft.io/)
* [Other functions](https://dashboard.snapcraft.io/)
* [Contact us](https://snapcraft.io/about/contact-us)
