This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/zsh | |
# ThunderboltUtil.sh v1.7 | |
# by joevt Dec 5, 2024 | |
#========================================================================================= | |
# | |
# | |
# Thunderbolt DROM Notes: | |
# | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from scapy.all import * | |
from socket import * | |
interface = "enp0s31f6" | |
def mysend(pay,interface = interface): | |
sendp(pay, iface = interface) | |
def packet_callback(packet): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### AMD7000Controller.kext | |
* pci device: 6780 - Tahiti XT GL [FirePro W9000] | |
* pci device: 6790 - unknown device | |
* pci device: 6798 - Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X] | |
* pci device: 679a - Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280] | |
* pci device: 679e - Tahiti LE [Radeon HD 7870 XT] | |
* pci device: 6800 - Wimbledon XT [Radeon HD 7970M] | |
* pci device: 6801 - Neptune XT [Radeon HD 8970M] | |
* pci device: 6806 - Neptune | |
* pci device: 6808 - Pitcairn XT GL [FirePro W7000] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Proxy] | |
WIFI = direct, interface=en2 | |
VPN = direct, interface=utun0 | |
[Rule] | |
DOMAIN-SUFFIX,yach.me,WIFI | |
FINAL,VPN |