MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / getcmd

Method getcmd

Skay_Exp/src/tools/nc/NetcatServer.java:67–71  ·  view source on GitHub ↗
(Scanner sc)

Source from the content-addressed store, hash-verified

65 }
66
67 private static String getcmd(Scanner sc) throws Exception {
68 String cmd = sc.nextLine();
69 System.out.print("-------"+cmd);
70 return cmd;
71 }
72
73 private static boolean getshell(int port) throws Exception {
74 connectionSocket = null;

Callers 1

getshellMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected