Note Book
  • 😎Weee
  • UBUNTU: Installing LAMP Stack
  • Starting with Burp Suite
  • confort zone
  • Linux
    • Linux Structure
    • Introduction to Shell
    • Prompt Description
    • Getting Help
    • System Information
    • Cheat sheet
    • REf
    • NFS Configs
  • Random
  • OSINT
  • Affiliate links
  • Ref
    • Infosec career resources
    • Network Security
    • Cloud Dev OPs
  • network
    • Networking Custom Packet
  • CheckLists
  • 🧑‍🏫Pentest-Tools
  • 📚resources
Powered by GitBook
On this page
  • Using nmap to send custom packets
  • IP spoofing using HPING3

Was this helpful?

  1. network

Networking Custom Packet

Using nmap to send custom packets

sudo nmap anir0y.com --data-string "dead beef"

`sudo nmap {host} --data-string "{string}"

args
details

host

hostname/IP to scan

string

custom strings

IP spoofing using HPING3

Command: hping3 anir0y.in -a 1.2.3.4

hping3 {host} -a {src_IP}

args
details

anir0y.in

is the host

-a

args for spoofing

1.2.3.4

spoofed source IP

PreviousCloud Dev OPsNextCheckLists

Last updated 3 years ago

Was this helpful?