We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6605e commit 88ea6a8Copy full SHA for 88ea6a8
scan.py
@@ -42,8 +42,8 @@ def getIpList(ip: str):
42
if os.path.exists(TargetAddr):
43
with open(TargetAddr, "r") as file:
44
for ip in file.readlines():
45
- ipList.append(ip.split(" | ")[2])
46
- # ipList.append(ip[:-1])
+ # ipList.append(ip.split(" | ")[2])
+ ipList.append(ip[:-1])
47
return ipList
48
try:
49
int(ip[-1])
0 commit comments