diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index ab3f584c..00000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-# These are supported funding model platforms
-
-custom: https://porchetta.industries/
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100755
index d31e34eb..00000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,16 +0,0 @@
-## Steps to reproduce
-
-1. ...
-2. ...
-
-## Command string used
-
-## CME verbose output (using the --verbose flag)
-
-## CME Version (cme --version)
-
-## OS
-
-## Target OS
-
-## Detailed issue explanation
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index b5d90505..00000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-stages :
- - build
-
-build_linux :
- image: python:3.8-slim
- stage: build
- before_script:
- - apt update
- - apt install -y git
- - git submodule update --init --recursive
- - pip install shiv
- script:
- - python build_collector.py
- artifacts:
- untracked: false
- expire_in: 30 days
- paths: ["./bin/cme", "./bin/cmedb"]
diff --git a/README.md b/README.md
index 93df6928..8bfe0585 100755
--- a/README.md
+++ b/README.md
@@ -1,33 +1,22 @@
 [](https://twitter.com/intent/follow?screen_name=byt3bl33d3r) [](https://twitter.com/intent/follow?screen_name=mpgn_x64)
-:triangular_flag_on_post: This is the public repository of CrackMapExec, for latest version and updates please consider supporting us through https://porchetta.industries/
-
# CrackMapExec
+This project was initially created in 2015 by **@byt3bl33d3r**, in 2019 I started to invest myself in the project. Five years laters this awesome project is still maintained and up to date ! Lot of new additions have been made to create a tool still relevant to the new Active Directory attacks paths and countermeasures setup by Microsoft ! ⚔️
-## In partnership with
+You are on the **latest up-to-date** repository of the project CrackMapExec ! 🎉
-
-
-
-
-
-
-
-
-
-
-## :triangular_flag_on_post: Sponsors
-
-If you want to sponsors this project and have the latest updates on CME, latest issues fixed, latest features, please support us on https://porchetta.industries/
+- 🚧 If you want to report a problem, open un [Issue](https://github.com/mpgn/CrackMapExec/issues)
+- 🔀 If you want to contribute, open a [Pull Request](https://github.com/mpgn/CrackMapExec/pulls)
+- 💬 If you want to discuss, open a [Discussion](https://github.com/mpgn/CrackMapExec/discussions)
## Official Discord Channel
-Come hang out on Discord!
+If you don't have a Github account, you can ask your question on Discord
[](https://discord.gg/ycGXUxy)
@@ -46,10 +35,10 @@ Unintentional contributors:
- @ConsciousHacker's partial Python port of Invoke-obfuscation from the [GreatSCT](https://github.com/GreatSCT/GreatSCT) project
# Documentation, Tutorials, Examples
-See the project's [wiki](https://wiki.porchetta.industries/) for documentation and usage examples
+See the project's [wiki](https://www.crackmapexec.wiki/) for documentation and usage examples
# Installation
-Please see the installation on the [GitBook](https://wiki.porchetta.industries/getting-started/installation)
+Please see the installation instructions on the [official wiki](https://www.crackmapexec.wiki/getting-started/installation)
# Code Contributors
diff --git a/cme/cli.py b/cme/cli.py
index 007b8e1b..dfe6dee3 100755
--- a/cme/cli.py
+++ b/cme/cli.py
@@ -26,11 +26,8 @@ def gen_cli_args():
A swiss army knife for pentesting networks
Forged by @byt3bl33d3r and @mpgn_x64 using the powah of dank memes
- {colored("Exclusive release for Porchetta Industries users", "magenta")}
- {colored("https://porchetta.industries/", "magenta")}
-
- {highlight('Version', 'red')} : {highlight(VERSION)}
- {highlight('Codename', 'red')}: {highlight(CODENAME)}
+ {highlight('Version', 'red')} : {highlight(VERSION)}
+ {highlight('Codename', 'red')}: {highlight(CODENAME)}
""",
formatter_class=RawTextHelpFormatter,
)