MCPcopy Index your code
hub / github.com/cSploit/android / customScan

Method customScan

cSploit/src/org/csploit/android/tools/NMap.java:149–160  ·  view source on GitHub ↗
( Target target, SynScanReceiver receiver, String custom )

Source from the content-addressed store, hash-verified

147 }
148
149 public Child customScan( Target target, SynScanReceiver receiver, String custom ) throws ChildManager.ChildNotStartedException {
150 String command = "-vvv ";
151
152 if( custom != null )
153 command += custom + " ";
154
155 command += target.getCommandLineRepresentation();
156
157 Logger.debug( "customScan - " + command );
158
159 return super.async( command, receiver );
160 }
161
162 public Child inpsect( Target target, InspectionReceiver receiver, boolean focusedScan ) throws ChildManager.ChildNotStartedException {
163 String cmd;

Callers 1

setStartedStateMethod · 0.80

Calls 3

debugMethod · 0.95
asyncMethod · 0.45

Tested by

no test coverage detected