From bfd521f2cb605de568c571d540b9d07486a67d05 Mon Sep 17 00:00:00 2001 From: Eliott Teissonniere <10683430+DeveloppSoft@users.noreply.github.com> Date: Mon, 16 Jul 2018 11:56:55 +0200 Subject: [PATCH] Small note about network not available --- .../modules/exploit/linux/local/rc_local_persistence.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/modules/exploit/linux/local/rc_local_persistence.md b/documentation/modules/exploit/linux/local/rc_local_persistence.md index 60abc22375..a3f9fb66fd 100644 --- a/documentation/modules/exploit/linux/local/rc_local_persistence.md +++ b/documentation/modules/exploit/linux/local/rc_local_persistence.md @@ -2,6 +2,8 @@ This module patch `/etc/rc.local` in order to launch a payload upon reboots. +> Sometimes `/etc/rc.local` is runned when the network is not yet on, make sure your payload won't quit if that's the case. + ### Verification