This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl pkcs12 -export -out cert.p12 -inkey cert.key -in cert.crt -certfile ca.crt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Djavax.net.debug=ssl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip.src == 192.168.43.47 && ip.dst == 192.168.43.47 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl s_client -connect 127.0.0.1:443 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for(var b in window) { | |
if(window.hasOwnProperty(b)) console.log(b); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET ADB_PATH=C:\Users\Akinaru\AppData\Local\Android\sdk\platform-tools\adb.exe | |
SET CONTAINSCONNECTED="connected" | |
SET IP1="192.168.2.210" | |
SET IP2="192.168.2.222" | |
SET IP3="192.168.2.205" | |
SET IP4="192.168.2.114" | |
SET IP5="192.168.2.143" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function dateFormat(date) | |
{ | |
var dd = date.getDate(); | |
var mm = date.getMonth()+1; | |
var yyyy = date.getFullYear(); | |
var hour= date.getHours(); | |
var minutes=date.getMinutes(); | |
var seconds=date.getSeconds(); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.text.SimpleDateFormat; | |
import java.util.Date; | |
private void convertRfc3339ToDate(String timestamp) | |
{ | |
return new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssXXX").parse(dateStr); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<project default="build" name="compile-archive"> | |
<property name="project-name" value="your-project-name"/> | |
<property name="version" value="1.0" /> | |
<path id="master-classpath"> | |
<fileset dir="${basedir}/libs"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-13,09:55:27,8080,7,,,,1,,,,,1,,5555,2,,,,,,,1,,,,0 | |
2015-08-13,09:56:27,8080,1,,,,,,,,,1,,5555,1,,,,,,,1,,,,1 |