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

Weblogic-t3-info script doesn't work with t3s #2839

Open
baggers27 opened this issue May 13, 2024 · 0 comments
Open

Weblogic-t3-info script doesn't work with t3s #2839

baggers27 opened this issue May 13, 2024 · 0 comments
Labels

Comments

@baggers27
Copy link

Describe the bug
Weblogic-t3-info script doesn't work with t3s. T3s is the secure version of the t3 protocol.

To Reproduce
nmap --script=weblogic-t3-info.nse

Expected behavior
Script should show weblogic version regardless of whether t3 or t3s in use.

Version info (please complete the following information):

  • OS: Debian 6.1.12-1kali2 (2023-02-23) x86_64 GNU/Linux
  • Output of nmap --version:
  • Nmap version 7.93 ( https://nmap.org )
    Platform: x86_64-pc-linux-gnu
    Compiled with: liblua-5.3.6 openssl-3.0.10 libssh2-1.10.0 libz-1.2.13 libpcre-8.39 nmap-libpcap-1.7.3 nmap-libdnet-1.12 ipv6
    Compiled without:
    Available nsock engines: epoll poll select

Additional context
This is how I changed the script when t3s in use (line 20)

action = function(host, port)
local status, result = comm.tryssl(host, port,
"t3s 12.2.1\nAS:255\nHL:19\nMS:10000000\n\n")

@baggers27 baggers27 added the Nmap label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant