You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the course, and while writing exploits for lesson 9 and 10, I noticed that scripts working locally will fail on remote.
Trying to triage the problem, it seems that the installed docker runs a different libc version - libc6.2-27.so - while the vagrant vm is equipped with libc6.2-23.so, at least on my environment.
Can you reproduce this?
The text was updated successfully, but these errors were encountered:
I am following the course, and while writing exploits for lesson 9 and 10, I noticed that scripts working locally will fail on remote.
Trying to triage the problem, it seems that the installed docker runs a different libc version -
libc6.2-27.so
- while the vagrant vm is equipped withlibc6.2-23.so
, at least on my environment.Can you reproduce this?
The text was updated successfully, but these errors were encountered: