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

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
---