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

Shell In A Box #7587

Closed
Zinkuth opened this issue Jul 1, 2023 · 2 comments · Fixed by #7591
Closed

Shell In A Box #7587

Zinkuth opened this issue Jul 1, 2023 · 2 comments · Fixed by #7591
Assignees
Labels
Done Ready to merge nuclei-template Nuclei template contribution

Comments

@Zinkuth
Copy link
Contributor

Zinkuth commented Jul 1, 2023

Template Information:

Shell In A Box

Info: Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator

Reference:
- https://github.com/shellinabox/shellinabox
- https://www.cvedetails.com/vulnerability-list/vendor_id-15771/product_id-33062/Shellinabox-Project-Shellinabox.html

Nuclei Template:

id: shell-in-a-box

info:
  name: Shell In A Box
  author: irshad ahamed
  severity: info
  description: Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator
  reference:
    - https://github.com/shellinabox/shellinabox
    - https://www.cvedetails.com/vulnerability-list/vendor_id-15771/product_id-33062/Shellinabox-Project-Shellinabox.html
  metadata:
    verified: true
  tags: shell,emulator


requests:
  - method: GET
    path:
      - "{{BaseURL}}/"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '<title>Shell In A Box</title>' 

      - type: status
        status:
          - 200
image
@Zinkuth Zinkuth added the nuclei-template Nuclei template contribution label Jul 1, 2023
@DhiyaneshGeek DhiyaneshGeek linked a pull request Jul 1, 2023 that will close this issue
2 tasks
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Jul 1, 2023
@princechaddha
Copy link
Member

Hello @Zinkuth, thank you so much for sharing this template with the community and contributing to this project 🍻

You can join our discord server. It's a great place to connect with fellow contributors and stay updated with the latest developments. Thank you once again

@Zinkuth
Copy link
Contributor Author

Zinkuth commented Jul 7, 2023

Thanks @princechaddha! There is a lot more on the way ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge nuclei-template Nuclei template contribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants