Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merged from master #2

Merged
merged 7 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions list_find_already_shell.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## list of shell this tool Already detect :

Here is a list of shells I have documented; some may have been picked up by the scanner, but are not listed here.
- [x] 0byt3m1n1.php | **0byt3m1n1 Shell**
- [x] 0byteV2.php | **0byteV2 Shell**
- [x] 0x.php | **0x Shell**
Expand Down Expand Up @@ -35,7 +35,6 @@
- [x] b374k.php | **b374k**
- [x] B374k Beta ShElL V1 | **B374k Beta ShelL V1 Cyb3R_ShubhaM**
- [x] b374kpriv.php | **b374k priv8**
- [ ]
- [x] beyaz.php | **Beyaz Hacker**
- [x] bypass403.php | **Bypass 403**
- [x] c99shell.php | **c99Shell By PinoyWhiz**
Expand Down Expand Up @@ -82,8 +81,6 @@
- [x] 中国木马资源网-WwW.MumaSec.TK.php | **中国木马资源网-WwW.MumaSec.TK MumaSec Shell**
- [x] 中国木马资源网- WwW.7jyewu.Cn | **中国木马资源网- WwW.7jyewu.Cn 7jyewu Shell**
- [x] tryag.php | **Tryag.php - Edited By KingDefacer**
- [x] A

- [ ] To be Filled

============================================
Expand Down
25 changes: 22 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ Tired getting hacked and finding where the hacker backdoor is?
Worldfind is a basic command-line tool written in Go that helps you identify potential webshells hidden within your web server directories. It works by scanning files for suspicious keywords and regular expressions commonly found in malicious scripts.

![shellfind](https://github.com/user-attachments/assets/3fa2513f-5eef-433c-ac7f-92d3e5789397)



<p align="center">
<img src="https://img.shields.io/github/go-mod/go-version/Arya-f4/worldshellfinder">
<a href="https://github.com/Arya-f4/worldshellfinder/releases"><img src="https://img.shields.io/github/downloads/Arya-f4/worldshellfinder/total">
<a href="https://github.com/Arya-f4/worldshellfinder/releases/"><img src="https://img.shields.io/github/release/Arya-f4/worldshellfinder">
<a href="https://github.com/Arya-f4/worldshellfinder/issues"><img src="https://img.shields.io/github/issues-raw/Arya-f4/worldshellfinder">
<a href="https://github.com/Arya-f4/worldshellfinder/discussions"><img src="https://img.shields.io/github/discussions/Arya-f4/worldshellfinder">
<img src="https://img.shields.io/github/repo-size/Arya-f4/worldshellfinder">
</p>

![Worldshellfinder flow](https://github.com/user-attachments/assets/430df5ec-d1b3-46f8-9fdd-27be51c30d88)

**Disclaimer:** This tool is intended for educational and informational purposes only. It is not a substitute for comprehensive security measures. Use at your own risk. False positives are possible.
Expand Down Expand Up @@ -39,6 +45,13 @@ Option:

### Alternative Installation & update :

Setting go path environment (linux & MAC) :
```bash
export PATH=$PATH:/home/profile/go/bin
```
replace the profile with your current profile

And then install via go install (linux, windows & MAC) :
```bash
go install -v github.com/Arya-f4/worldshellfinder@latest
```
Expand All @@ -62,6 +75,12 @@ go install -v github.com/Arya-f4/worldshellfinder@latest
./worldfind <directory> <wordlist_path (optional)>
```
- Replace `<wordlist_path>` with the path to your custom wordlist file.

### Alternative Usage:
1. **After installation using go install simply just type :**
```bash
worldshellfinder [option] <directory> [wordlist]
```

**Wordlist Format:**

Expand Down
Loading