/
githubmirror
/
nmap
ОбзорДокументацияВойти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
nmap/
.../data/psexec/
..
README

Update docs for smb-psexec since nmap_service.exe is not distributed any more. Closes #1019

9 лет назад
backdoor.lua

Remove trailing whitespace in lua files

13 лет назад
default.lua

Replace some string.char and bin.pack calls with literals

11 лет назад
drives.lua

Remove trailing whitespace in lua files

13 лет назад
examples.lua

Remove trailing whitespace in lua files

13 лет назад
experimental.lua

Remove trailing whitespace in lua files

13 лет назад
network.lua

Remove trailing whitespace in lua files

13 лет назад
nmap_service.c

Removes trailing spaces in 69 files. Closes #971.

9 лет назад
nmap_service.vcproj

Merged in my changes from nmap-smb. The primary changes are: * Updated the way authentication works on smb -- it's significantly cleaner now * smb-enum-shares.nse gives significantly better output now (it checks if shares are writable) * Added a script that checks if smbv2 is enabled on a server * Added smb-psexec, a script for executing commands on a remote Windows server. I also included some default scripts, a compiled .exe to run everything, and a ton of documentation (in the form of NSEDoc) * Added 'override' parameters to some of the functions in smb.lua, which lets the programmer override any field in an outgoing SMB packet without modifying smb.lua. * Lots of random code cleanups in the smb-* scripts/libraries

17 лет назад
pwdump.lua

Remove trailing whitespace in lua files

13 лет назад
README
The files in this directory are the data files required for smb-psexec.nse.
 
The .lua files are configurations. Each of these defines a profile for a
psexec execution.
 
nmap_service.exe is a program that facilitates the operation of smb-psexec.nse.
It is uploaded to the remote host and runs the programs it's directed to run,
redirecting their output to a file. This file is then downloaded by the
script and displayed to the user.
 
Because nmap_service.exe is tagged as spyware by some antivirus software, it is
no longer distributed together with nmap. You can download it from
https://nmap.org/psexec/nmap_service.exe or compile it from the provided
sources. The smb-psexec.nse script will remind you if you run it and
nmap_service.exe is not available.