Noam Rathaus
Noam Rathaus
PyPi version says `65389`: ``` ... self.maxport = 65389 ... if (default > self.maxport): raise ValueError("Port can not be greater than default 65389") ``` Seems like github version doesn't have...
I agree with your statement - though I think at the moment asking for the user to provide valid values interactively, or by editing a REQUESTFILE file would allow end-users...
At the moment the code: ``` simple = connect(false, versions: versions) ``` Receives an array of versions and whichever is supported will be used, (REMOVED: as this is not correct:...
nmap of the target: ``` $ nmap -sV 172.24.0.2 Starting Nmap 7.80 ( https://nmap.org ) at 2024-04-24 13:14 IDT Stats: 0:00:07 elapsed; 0 hosts completed (1 up), 1 undergoing Service...
``` $ nmap --script "default" 172.24.0.2 Starting Nmap 7.80 ( https://nmap.org ) at 2024-04-24 13:16 IDT Nmap scan report for 172.24.0.2 Host is up (0.00018s latency). Not shown: 998 closed...
Comparing output to CME: ``` $ python3 cme/crackmapexec.py smb 172.24.0.2 SMB 172.24.0.2 445 8D00168A1AFD [*] Windows 6.1 (name:8D00168A1AFD) (domain:) (signing:False) (SMBv1:True) ```
Running it again with this docker-compose: ``` version: "3" services: sambav1: image: dperson/samba:latest container_name: samba restart: unless-stopped command: '-s "Files;/mnt/files;yes;yes"' ports: - 139:139 - 445:445 environment: - TZ=PST8PDT volumes: -...
I fixed your mentioned bug - https://github.com/s0md3v/Bolt/pull/24
Please clarify what you issue is, what error you are seeing, if the site is internet-facing please provide a URL - if it is not, please provide some sort of...
From what I see: ``` (venv) server:~/src/dirsearch$ /usr/bin/env /src/dirsearch/venv/bin/python /.vscode/extensions/ms-python.debugpy-2024.6.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 35209 -- dirsearch.py --url=http://scanme.nmap.org _|. _ _ _ _ _ _|_ v0.4.3 (_||| _) (/_(_|| (_| ) Extensions: php, aspx,...