(no title)
Evan-Purkhiser | 7 years ago
# Check network connectivity so we can continue the install
if ! curl --fail www.example.com; then exit; fi
Of course, what actually is happening is that we've just informed the server to now serve our malicious code.
charleslmunger|7 years ago
fragmede|7 years ago
true_religion|7 years ago
You can claim that you were MITM'd and point to the non-infectious cases as evidence that you always send a good payload.