xct's notes
Search…
Introduction
Red Team
Active Directory
Host Enum
Payloads
Passwords
Privilege Escalation
Evasion & Bypasses
Concepts & Research
Binary Exploitation
Web
Cloud
Mobile
Hardware
Crypto
Templates
Misc
Blue Team
Active Directory
Malware Analysis
SIEM
Misc
Labs
Keys & Signing
Language & Framwork Specifics
Misc
HackTheBox
Crossfit
Luanne
APT
Attended
Delivery
Cereal
Powered By
GitBook
Misc
Docker
After suspending a VM with a running docker container and resuming it, the connection to the container might be broken. To fix this run:
1
systemctl restart NetworkManager docker
Copied!
Create pull request on Bitbucket
Clone the master branch
Make your changes
Commit your changes
git checkout -b feature/yournewfeaturename
git push --set-upstream origin feature/yournewfeaturename
Create the pull request in the GUI (self explanatory)
Convert MKV to MP4
1
ffmpeg -i in.mkv -codec copy out.mp4
Copied!
Fix Broken VMWare Workstation Briged Mode
Go to Virtual Network Editor and edit VMNet0, deactivate all adapters that might be causing issues (only leave the one to be bridged).
Previous
Ruby
Next - HackTheBox
Crossfit
Last modified
1yr ago
Copy link
Contents
Docker
Create pull request on Bitbucket
Convert MKV to MP4
Fix Broken VMWare Workstation Briged Mode