Created
August 9, 2019 16:04
-
-
Save Damian89/8f589877d40544c9bc2936cdad9d9f14 to your computer and use it in GitHub Desktop.
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
select {o: s,val:s.value.toString()} from java.lang.String s | |
where | |
/^[0-9A-Za-z!\\\/\"\?/+=;\&\(\)\[\]\.:-_@\'\#\*]{5,15}$/.test(s.value.toString()) | |
select {o: s,val:s.value.toString()} from java.lang.String s | |
where | |
/^[0-9A-Za-z!\\\/\"\?/+=;\&\(\)\[\]\.:-_@\'\#\*]{19,31}$/.test(s.value.toString()) | |
select {o: s,val:s.value.toString()} from java.lang.String s | |
where | |
/^[0-9A-Za-z!\\\/\"\?/+=;\&\(\)\[\]\.:-_@\'\#\*]{32,45}$/.test(s.value.toString()) | |
select {o: s,val:s.value.toString()} from java.lang.String s | |
where | |
/^[0-9A-Za-z!\\\/\"\?/+=;\&\(\)\[\]\.:-_@\'\#\*]{32}$/.test(s.value.toString()) | |
select {o: s,val:s.value.toString()} from java.lang.String s | |
where | |
/secret|passwd|password|token|api|key|auth|AWS_|kube|redis|kubernetes|k8s|grafana|jira|docker|app_|ssh|credential|confluence|elastic|solr|beats|logstash|slack|Basic |Bearer |django|jdbc|ftp|sftp|odbc|mysql|couchdb|neo4j|leveldb/.test(s.value.toString()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment