public class SensitivePathGenerator
extends Object
-
Method Summary
It will return an instance of Pair<String, String> where first is the relative path
and other the absolute path of "etc/passwd"
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
etcPasswd
public static org.apache.commons.lang3.tuple.Pair<String,String> etcPasswd()
It will return an instance of Pair<String, String> where first is the relative path
and other the absolute path of "etc/passwd"
- Returns: