Skip to content

Commit d026fd7

Browse files
committed
partially fixes #446
1 parent f7c423e commit d026fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cSploit/src/main/java/org/csploit/android/net/Network.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public static List<String> getAvailableInterfaces() {
323323
while (interfaces.hasMoreElements()) {
324324
NetworkInterface iface = interfaces.nextElement();
325325
if (isIfaceConnected(iface)) {
326-
result.add(iface.getDisplayName());
326+
result.add(iface.getName());
327327
}
328328
}
329329

0 commit comments

Comments
 (0)