diff --git a/pwnlib/tubes/ssh.py b/pwnlib/tubes/ssh.py index 1d2a2e48e..408497fe0 100644 --- a/pwnlib/tubes/ssh.py +++ b/pwnlib/tubes/ssh.py @@ -324,6 +324,7 @@ def libs(self): for lib in maps: remote_path = lib.split(self.parent.host)[-1] + remote_path = self.parent.readlink('-f', remote_path).decode() for line in maps_raw.splitlines(): if line.endswith(remote_path): address = line.split('-')[0]