Skip to content
Extraits de code Groupes Projets
Valider 4dbf7bf0 rédigé par LaplongeJunior's avatar LaplongeJunior
Parcourir les fichiers

Merge branch '36-fix-uninitialized-count-oversight-in-hackport' into 'master'

Resolve "Fix "uninitialized count" oversight in hackport"

Closes #36

See merge request !41
parents a54eb7a9 3c7af2f5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
2 requêtes de fusion!50Update the "single script branch",!41Resolve "Fix "uninitialized count" oversight in hackport"
......@@ -195,6 +195,8 @@ exploitFile = function(leak, file, targetRoot=true)
end if
else if imports.utils.starts_with(file.path, "/root/") then
count = imports.utils.char_count(file.path,"/")+1
else
count = 0 //or return
end if
if count == 4 and file.name == "Config" then
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter