Yufan You
41fdcdd27e
Add nmap file-read via -iL optio
...
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2023-12-23 12:53:39 +01:00
Shikata
c4f93b87d5
Remove redundant lua -e from File Write and File Read categories in nmap
2021-01-11 12:37:37 +02:00
Andrea Cardaci
5b2d89b99a
Fix nmap SUID file-write
2021-01-04 09:05:21 +01:00
Syed Umar Arfeen
edc8a2d03d
Adding another usage of Nmap's SUID
...
I came along with this method on stackoverflow while trying to execute commands using a SUID nmap binary, though `--script` failed me but this works. Could be enough to demonstrate effect of using SUID on Nmap.
I've yet to come up with a way to over-write the contents of the system file according to what we want, with this we can only over-write files with nmap output.
```bash
sudo touch /etc/filecantbetouched
nmap 127.0.0.1 -oN=/etc/filecantbetouched
cat /etc/filecantbetouched
```
2021-01-04 12:16:29 +05:00
Andrea Cardaci
e969daf111
Reword file upload/download descriptions
2019-07-29 16:41:49 +02:00
Andrea Cardaci
a7798bcfe2
Add alternative nmap file upload/download
...
Close #67 .
2019-07-29 16:32:49 +02:00
Andrea Cardaci
205e922b9b
Fix Markdown line break
2019-07-29 15:17:37 +02:00
Andrea Cardaci
d0464d7ce8
Drop useless echo indentation
2019-01-29 14:25:16 +01:00
Qazeer
809b60ef97
Add nmap interactive mode
2018-12-24 18:39:24 +01:00
Emilio Pinna
dd337b5ddf
Adopt new function names
2018-10-05 18:55:38 +01:00
Emilio Pinna
e84ec807a1
Fix nmap suid-limited
2018-08-23 23:45:07 +01:00
Emilio Pinna
8fb329ca92
Fix nmap suid-limited
2018-08-23 23:44:27 +01:00
Emilio Pinna
0681eacca5
Add reverse and bind shell and file transfer functions to nmap
2018-08-23 18:29:50 +01:00
Andrea Cardaci
97c54f9b22
Fix nmap descriptions
2018-08-23 18:11:27 +02:00
Emilio Pinna
14c8781f2d
Fix nmap description and temporary file
2018-08-19 11:20:37 +01:00
Andrea Cardaci
7822ec33e8
Add suid, description and YAML fixes to nmap
2018-08-19 11:43:26 +02:00
AlessandroZ
7219385a05
add new ways
2018-08-17 17:16:09 +02:00