VMware NAT/Bridge Configuration/Http Server
NAT
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Vmware
本地會產生一張 virtual 的 Interface
ens33 跟 VMnet 8 - 會在同個LAN下
Virtual Box
會有兩張 Interface
eth1 -> NAT
eth2 2 -> Host only (for host 溝通)
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
NAT 特性
能保護內網IP
private IP -> public ip (SNAT)
外網 是無法連到內部的 Private IP
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
Bridge
橋接到 手機網路 (wifi-網段)
VM 會跟手機 Wifi 同一個LAN 下
要先知道 自己windows 的 wifi 是哪張網卡 -> 共和中心去找
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
設定完後 Reboot它
http public server 架設 (bridge to 手機 public ipv6 network )
Shut down Firewall
(default zone=public) 只開放 ssh port 可以連
要把firewallD shut down 進行測試
防火牆狀態
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Install httpd Server
啟動服務後 且能 以 http 方式 Access web server
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
XSS Payload
可用; 來串接js 程式
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
接收點擊本網站 fetch過來的連線資訊
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
透過這個方法 我們就能收集 其他人點擊連結 host IP
Defense: HttpOnly
這方法 可以用來竊取cookie 不過當web 有設定 HTTPOnly 會阻止
DOM 下 js 存取 document.cookie