mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-01-10 16:28:07 -05:00
loot
This commit is contained in:
@@ -407,7 +407,7 @@ loot() {
|
||||
loot_bitrix "$fn"
|
||||
done
|
||||
|
||||
find /var/www -maxdepth 6 -type f -wholename "*/bitrix/.settings.php" | while read -r fn; do
|
||||
find /var/www -maxdepth 6 -type f -wholename "*/bitrix/.settings.php" 2>/dev/null | while read -r fn; do
|
||||
loot_bitrix "$fn"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user