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
2020-02-07 00:19:24 +01:00
2018-10-09 16:13:16 +02:00
2018-05-21 20:14:41 +01:00
2018-08-31 18:18:08 +02:00
2018-07-16 15:01:50 +02:00
2020-11-29 12:59:57 +01:00
2018-05-21 20:14:41 +01:00
2018-05-21 20:14:41 +01:00
2020-08-09 11:58:44 +02:00
2020-12-05 19:31:46 +01:00
2019-12-28 18:35:26 +01:00

GTFOBins Build Status

GTFOBins is a curated list of Unix binaries that can used to bypass local security restrictions in misconfigured systems.

Find the project at https://gtfobins.github.io

Description
No description provided
Readme GPL-3.0 7.1 MiB
Languages
HTML 60%
SCSS 26.9%
Python 11.4%
Makefile 1.4%
Ruby 0.3%