Content
- Information
- Reconnaissance and Scanning
- Initial Access & Execution
- User Privilege Escalation
- Root Privilege Escalation
- Cleanup
Information
- Target OS: Linux
- IP: 10.10.10.140
- Owned on: 09/24/2019
By default, Centos 7 doesn’t support Intel’s 10G SFP+ X520 module. When you look at the dmesg you find the following error: “failed to load because an unsupported SFP+ or QSFP module type was detected.” The workaround is to allow unsupported SFP modules in the kernel by enabling ixgbe kernel module. Let’s start by editing /etc/default/grub file and change the line : to Now, we create the new grub configuration with the new option. Next, the configuration file for the…