We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c423e commit d026fd7Copy full SHA for d026fd7
1 file changed
cSploit/src/main/java/org/csploit/android/net/Network.java
@@ -323,7 +323,7 @@ public static List<String> getAvailableInterfaces() {
323
while (interfaces.hasMoreElements()) {
324
NetworkInterface iface = interfaces.nextElement();
325
if (isIfaceConnected(iface)) {
326
- result.add(iface.getDisplayName());
+ result.add(iface.getName());
327
}
328
329
0 commit comments