Skip to content

Commit

Permalink
Update README.md and greet.go for clarity and style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
CX330Blake committed Dec 10, 2024
1 parent 47ffac9 commit 78afbcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<img src="https://github.com/user-attachments/assets/e5555fcf-9115-48aa-9216-d2e2d4ed4f9f" style="height: auto; width: auto;">


# letsgo - Local Enumeration & Traversal Scanning in Go
# letsgo - Local Enumeration & Traversal Scanner in Go

## Installation && Update

Expand Down Expand Up @@ -29,9 +28,9 @@ letsgo --url <https://example.com>

If you want to check what it can does, you can use the labs provided by Port Swigger. There're 6 labs which varies in defferent bypass skill to exploit the path traversal vulnerability, and **letsgo** can deal with ALL of them, quick, and precise. Use the lab to learn more about path traversal, GLHF!

- [PortSwigger - File path traversal, simple case](https://portswigger.net/web-security/file-path-traversal/lab-simple)
- [PortSwigger - File path traversal, traversal sequences blocked with absolute path bypass](https://portswigger.net/web-security/file-path-traversal/lab-absolute-path-bypass)
- [PortSwigger - File path traversal, traversal sequences stripped non-recursively](https://portswigger.net/web-security/file-path-traversal/lab-sequences-stripped-non-recursively)
- [PortSwigger - File path traversal, traversal sequences stripped with superfluous URL-decode](https://portswigger.net/web-security/file-path-traversal/lab-superfluous-url-decode)
- [PortSwigger - File path traversal, validation of start of path](https://portswigger.net/web-security/file-path-traversal/lab-validate-start-of-path)
- [PortSwigger - File path traversal, validation of file extension with null byte bypass](https://portswigger.net/web-security/file-path-traversal/lab-validate-file-extension-null-byte-bypass)
- [PortSwigger - File path traversal, simple case](https://portswigger.net/web-security/file-path-traversal/lab-simple)
- [PortSwigger - File path traversal, traversal sequences blocked with absolute path bypass](https://portswigger.net/web-security/file-path-traversal/lab-absolute-path-bypass)
- [PortSwigger - File path traversal, traversal sequences stripped non-recursively](https://portswigger.net/web-security/file-path-traversal/lab-sequences-stripped-non-recursively)
- [PortSwigger - File path traversal, traversal sequences stripped with superfluous URL-decode](https://portswigger.net/web-security/file-path-traversal/lab-superfluous-url-decode)
- [PortSwigger - File path traversal, validation of start of path](https://portswigger.net/web-security/file-path-traversal/lab-validate-start-of-path)
- [PortSwigger - File path traversal, validation of file extension with null byte bypass](https://portswigger.net/web-security/file-path-traversal/lab-validate-file-extension-null-byte-bypass)
2 changes: 1 addition & 1 deletion pkg/greet/greet.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _ /___/ __/ /_ _(__ )_ /_/ // /_/ /
/_____/\___/\__/ /____/ _\__, / \____/
/____/
=======================================
Developed by CX330Blake 2024/12/09
Developed by CX330Blake 🧛
=======================================
[~] Ready for traversal? Let's Goooooo!!!
Expand Down

0 comments on commit 78afbcb

Please sign in to comment.