# **Basic Information** ```bash echo -e "\ntarget_ip=<target_ip>\ntarget_domain=<target_domain>" | tee -a ~/.bashrc exec bash echo "$target_ip $target_domain" | sudo tee -a /etc/hosts mkdir -p ~/$target_domain/nmap && cd ~/$target_domain/ ``` # **References** # **Practical Application** | Platform | Name | Notes | | -------- | ---- | ----- | | | | |