Advertisement
Bl4ckC4t1337

lanScan [GrayHack]

Nov 22nd, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. router = get_router(params[0])
  2. ips = router.devices_lan_ip()
  3. for ip in ips
  4. if ip[-1] == "1" then
  5. print(ip + " - " + get_router(ip))
  6. else
  7. print(ip)
  8. end if
  9. end for
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement