-
Notifications
You must be signed in to change notification settings - Fork 2.5k
ms-sql-info #2571
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
Comments
It should be noted that this is a regression from 7.92 where it works as expected. To demonstrate this, I copied the
Due to this, this issue should be re-opened. |
Re-opening per latest feedback from @Reelix |
This comment was marked as off-topic.
This comment was marked as off-topic.
While this issue is older it looks like #2622 could be a duplicate and a patch within it is available which could fix this as well. |
The issue has been likely rectified by a recent commit. |
Describe the bug
Having an issue using the script due to the iterator issue as seem below
To Reproduce
Run cmd
Testing against a small network on HackTheBox (P.0.0)
Error
Expected behavior
The expected results are...
Version info (please complete the following information):
OS: [e.g. Linux 4.15, Windows 10 1909]: Kali latest
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.7 libssh2-1.10.0 libz-1.2.11 libpcre-8.39 nmap-libpcap-1.7.3 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: epoll poll select
Output of
nmap --iflist
Starting Nmap 7.93 ( https://nmap.org ) at 2022-11-29 16:06 GMT
INTERFACES
DEV (SHORT) IP/MASK TYPE UP MTU MAC
lo (lo) 127.0.0.1/8 loopback up 65536
lo (lo) ::1/128 loopback up 65536
eth0 (eth0) 192.168.1.243/24 ethernet up 1500 08:00:27:67:A7:AE
eth0 (eth0) fe80::a00:27ff:fe67:a7ae/64 ethernet up 1500 08:00:27:67:A7:AE
eth1 (eth1) (none)/0 ethernet up 1500 08:00:27:67:A7:AE
docker0 (docker0) 172.17.0.1/16 ethernet up 1500 02:42:F4:63:4B:BF
tun0 (tun0) 10.10.17.119/22 point2point up 1500
tun0 (tun0) dead:beef:4::1175/64 point2point up 1500
tun0 (tun0) fe80::c558:b328:83c2:f58f/64 point2point up 1500
ROUTES
DST/MASK DEV METRIC GATEWAY
10.13.38.0/24 tun0 0 10.10.16.1
192.168.1.0/24 eth0 101
10.10.16.0/22 tun0 0
10.129.0.0/16 tun0 0 10.10.16.1
172.17.0.0/16 docker0 0
0.0.0.0/0 eth0 101 192.168.1.254
::1/128 lo 0
dead:beef:4::1175/128 tun0 0
fe80::a00:27ff:fe67:a7ae/128 eth0 0
fe80::c558:b328:83c2:f58f/128 tun0 0
::1/128 lo 256
dead:beef:4::/64 tun0 256
fe80::/64 tun0 256
dead:beef::/64 tun0 1024
fe80::/64 eth0 1024
ff00::/8 eth0 256
ff00::/8 tun0 256
Additional context
Connected to HTB network via VPN
The text was updated successfully, but these errors were encountered: