shell bypass 403

GrazzMean Shell

: /usr/share/doc/perl-Crypt-SmbHash/ [ drwxr-xr-x ]
Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 13.59.173.134
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : README
Crypt/SmbHash version 0.01
==========================

This module provides functions to generate LM/NT hashes used in Samba's
'password' files, like smbpasswd.

The module is written entirely in perl, so it's a slower implementation
that if it was written in C, its easily ported and installed.

Example use:

   use Crypt::SmbHash;
   ntlmgen $ARGV[0], $lm, $nt;
   print "root:0:${lm}:${nt}:[U          ]:LCT-35463AFF\n";

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module should work out-of-the-box, although only tested with
perl 5.005 and perl 5.6.1

The generation of NT hashes requires an md4 algorithm, and although
Crypt::SmbHash has it's own version of md4 hashing, things are alot
faster if Digest::MD4 is installed aswell. Crypt::SmbHash will
automatically use Digest::MD4 if it detects that Digest::MD4 is
installed.

COPYRIGHT AND LICENCE

Copyright (C) 2001 Benjamin Kuit <bj@it.uts.edu.au>
Ported from Samba.
Samba is Copyright (C) Andrew Tridgell 1997-1998

© 2025 GrazzMean