Skip to content

Commit 2bef9a2

Browse files
authored
Merge pull request byt3bl33d3r#136 from mpgn/ccleanup
Cleanup
2 parents 3510583 + 007d4f4 commit 2bef9a2

5 files changed

Lines changed: 10 additions & 60 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitlab-ci.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,22 @@
11
![Supported Python versions](https://img.shields.io/badge/python-3.7+-blue.svg) [![Twitter](https://img.shields.io/twitter/follow/byt3bl33d3r?label=byt3bl33d3r&style=social)](https://twitter.com/intent/follow?screen_name=byt3bl33d3r) [![Twitter](https://img.shields.io/twitter/follow/mpgn_x64?label=mpgn_x64&style=social)](https://twitter.com/intent/follow?screen_name=mpgn_x64)
22

3-
:triangular_flag_on_post: This is the public repository of CrackMapExec, for latest version and updates please consider supporting us through https://porchetta.industries/
4-
53
# CrackMapExec
64

75
<p align="center">
86
<img src="https://cloud.githubusercontent.com/assets/5151193/17577511/d312ceb4-5f3b-11e6-8de5-8822246289fd.jpg" alt="cme"/>
97
</p>
108

9+
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 ! ⚔️
1110

12-
## In partnership with
13-
14-
<p float="left">
15-
<a href="https://www.kali.org/">
16-
<img src="https://user-images.githubusercontent.com/5151193/99304058-1cef5700-280f-11eb-8642-1f9553808d2d.png" width="300" align="left"/>
17-
</a>
18-
19-
<a href="https://focal-point.com/services/penetration-testing/">
20-
<img src="https://user-images.githubusercontent.com/5151193/182207768-f53d7e0e-5bd5-40cf-8734-dfa6a40a738e.png" width="300"/>
21-
</a>
22-
</p>
23-
24-
## :triangular_flag_on_post: Sponsors
11+
You are on the **latest up-to-date** repository of the project CrackMapExec ! 🎉
2512

26-
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/
13+
- 🚧 If you want to report a problem, open un [Issue](https://github.com/mpgn/CrackMapExec/issues)
14+
- 🔀 If you want to contribute, open a [Pull Request](https://github.com/mpgn/CrackMapExec/pulls)
15+
- 💬 If you want to discuss, open a [Discussion](https://github.com/mpgn/CrackMapExec/discussions)
2716

2817
## Official Discord Channel
2918

30-
Come hang out on Discord!
19+
If you don't have a Github account, you can ask your question on Discord
3120

3221
[![Porchetta Industries](https://discordapp.com/api/guilds/736724457258745996/widget.png?style=banner3)](https://discord.gg/ycGXUxy)
3322

@@ -46,10 +35,10 @@ Unintentional contributors:
4635
- @ConsciousHacker's partial Python port of Invoke-obfuscation from the [GreatSCT](https://github.com/GreatSCT/GreatSCT) project
4736

4837
# Documentation, Tutorials, Examples
49-
See the project's [wiki](https://wiki.porchetta.industries/) for documentation and usage examples
38+
See the project's [wiki](https://www.crackmapexec.wiki/) for documentation and usage examples
5039

5140
# Installation
52-
Please see the installation on the [GitBook](https://wiki.porchetta.industries/getting-started/installation)
41+
Please see the installation instructions on the [official wiki](https://www.crackmapexec.wiki/getting-started/installation)
5342

5443
# Code Contributors
5544

cme/cli.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ def gen_cli_args():
2626
A swiss army knife for pentesting networks
2727
Forged by @byt3bl33d3r and @mpgn_x64 using the powah of dank memes
2828
29-
{colored("Exclusive release for Porchetta Industries users", "magenta")}
30-
{colored("https://porchetta.industries/", "magenta")}
31-
32-
{highlight('Version', 'red')} : {highlight(VERSION)}
33-
{highlight('Codename', 'red')}: {highlight(CODENAME)}
29+
{highlight('Version', 'red')} : {highlight(VERSION)}
30+
{highlight('Codename', 'red')}: {highlight(CODENAME)}
3431
""",
3532
formatter_class=RawTextHelpFormatter,
3633
)

0 commit comments

Comments
 (0)