Skip to content

Commit 9eaa780

Browse files
committed
Update README.md and index.md to reflect new repository ownership and improve attribution clarity
1 parent a78c379 commit 9eaa780

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# subenum
22

3-
[![Go Report Card](https://goreportcard.com/badge/github.com/yourusername/subenum)](https://goreportcard.com/report/github.com/yourusername/subenum)
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/yourusername/subenum/go.yml?branch=main)](https://github.com/yourusername/subenum/actions)
5-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/yourusername/subenum)](https://github.com/yourusername/subenum/releases)
6-
[![License](https://img.shields.io/github/license/yourusername/subenum)](https://github.com/yourusername/subenum/blob/main/LICENSE)
7-
[![Docker](https://img.shields.io/badge/docker-supported-blue)](https://github.com/yourusername/subenum/blob/main/docs/docker.md)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/TMHSDigital/subenum)](https://goreportcard.com/report/github.com/TMHSDigital/subenum)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TMHSDigital/subenum/go.yml?branch=main)](https://github.com/TMHSDigital/subenum/actions)
5+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/TMHSDigital/subenum)](https://github.com/TMHSDigital/subenum/releases)
6+
[![License](https://img.shields.io/github/license/TMHSDigital/subenum)](https://github.com/TMHSDigital/subenum/blob/main/LICENSE)
7+
[![Docker](https://img.shields.io/badge/docker-supported-blue)](https://github.com/TMHSDigital/subenum/blob/main/docs/docker.md)
88

99
A Go-based CLI tool for subdomain enumeration.
1010

@@ -47,7 +47,7 @@ The developers and contributors of `subenum` explicitly prohibit any use of this
4747

4848
```bash
4949
# Clone the repository
50-
git clone https://github.com/yourusername/subenum.git
50+
git clone https://github.com/TMHSDigital/subenum.git
5151
cd subenum
5252

5353
# Build the tool

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This tool is provided for **educational and legitimate security testing purposes
9090
This project is licensed under the MIT License with additional restrictions against malicious use.
9191

9292
<div class="site-footer">
93-
<strong>subenum</strong> is maintained by <a href="https://github.com/TMHSDigital">TMHSDigital</a>.<br>
93+
<strong>subenum</strong> is maintained by TM Hospitality Strategies (<a href="https://github.com/TMHSDigital">@TMHSDigital</a>).<br>
9494
<span style="font-size:0.95em;">This page was generated by <a href="https://pages.github.com/">GitHub Pages</a>.</span>
9595
</div>
9696

0 commit comments

Comments
 (0)