RequestBin.NET

  • HTTPBin
  • DNSBin
  • Your IP: 3.227.235.183

Inspect DNS Requests

DNSBin gives you a subdomain that will collect requests made to it via dns protocol and let you inspect them in a human-friendly way.
DNSBin also is an useful tool for sending data via DNS protocol.

Create a DNSBin

DNS Bin

Getting subdomain. Please wait ...

Example sending data

Download DNSBin client at dnsbinclient.py
Sending text
+ Outside machine:
echo test12345 | python dnsbinclient.py -f- -d out -t-
+ Inside machine:
python dnsbinclient.py -f- -d in -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU
        
Sending file
+ Outside machine:
python dnsbinclient.py -f secretdata.zip -d in -t-
+ Inside machine:
python dnsbinclient.py -f secretdata.zip -d in -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU
        

Example receiving data

Receiving text
+ Outside machine:
python dnsbinclient.py -f- -d in -t-
+ Inside machine:
echo test12345 | python dnsbinclient.py -f- -d out -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU
        
Receiving file
+ Outside machine:
python dnsbinclient.py -f secretdata.zip -d in -t-
+ Inside machine:
python dnsbinclient.py -f secretdata.zip -d out -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU
        

Received data


© 2021 requestbin.net
Thanks Jeff Lindsay and HoLyVieR