ncrack icon indicating copy to clipboard operation
ncrack copied to clipboard

Ncrack network authentication tool

Results 71 ncrack issues
Sort by recently updated
recently updated
newest added

windows10, ncrack 0.7, powershell ![vb](https://user-images.githubusercontent.com/123076156/213831648-173b0d0a-f620-4f9b-a988-f05d1d902e50.PNG)

The current build fails on riscv with: ```text checking for strip... /usr/bin/strip checking build system type... ./config.guess: unable to guess system type This script, last modified 2015-01-01, has failed to...

The new file versions do not carry the BSD advertisement clause anymore which is known to be incompatible with GPL.

This MR resolves the following implicit declaration warning (https://github.com/nmap/ncrack/issues/137): ``` xmalloc.c: In function ‘xasprintf’: xmalloc.c:114:13: error: implicit declaration of function ‘vasprintf’; did you mean ‘xasprintf’? [-Werror=implicit-function-declaration] 114 | i =...

Related to https://github.com/nmap/ncrack/issues/134 ``` xmalloc.c: In function ‘xasprintf’: xmalloc.c:114:13: error: implicit declaration of function ‘vasprintf’; did you mean ‘xasprintf’? [-Werror=implicit-function-declaration] 114 | i = vasprintf(ret, fmt, ap); | ^~~~~~~~~ |...

This MR resolves https://github.com/nmap/ncrack/issues/134 This MR does not contain any functional changes, just adds missing headers to make failing checks pass[1] [1] https://launchpad.net/~vpa1977/+archive/ubuntu/october-21/+sourcepub/15931126/+listing-archive-extra

ncrack configure script misses some includes causing a configuration error when -Werror=implicit-function-declaration is enabled[1] [1] https://launchpadlibrarian.net/724118158/buildlog_ubuntu-noble-armhf.ncrack_0.7+debian-5build2_BUILDING.txt.gz

Hello, I used the following command: `ncrack -p ftp --user admin --pass "" -m ftp:cr=1`. The ftp service on the ip I used is giving the following when I try...

I've already spent many hours and feel frustrated. The problem is that i'm unable to configure: ``` configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-openssl=/opt/homebrew/opt/openssl@3' 'CC=clang' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/opt/homebrew/opt/openssl@3/lib' 'CPPFLAGS=-I/opt/homebrew/opt/openssl@3/include' 'CXX=clang++'...

``` 已启动生成… 1>------ 已启动生成: 项目: ncrack, 配置: Debug Win32 ------ 1>ncrack_rdp.cc 1>D:\code\NetWork\scan\nmap\ncrack\modules\ncrack_rdp.cc(4580,7): error C3861: “gmtime_r”: 找不到标识符 1>services.cc 1>D:\code\NetWork\scan\nmap\ncrack\services.cc(196,9): error C3861: “strchrnul”: 找不到标识符 1>D:\code\NetWork\scan\nmap\ncrack\services.cc(201,11): error C3861: “strchrnul”: 找不到标识符 1>D:\code\NetWork\scan\nmap\ncrack\services.cc(207,7): error C3861:...