Popular repositories Loading
-
2KKYSXXXKG-
2KKYSXXXKG- Public<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <title>Личный сайт</title> <style> body { margin: 0; font-family: Arial, sans-serif; background: linear-gradient(135deg, #667eea, #764…
-
-
Waifai-
Waifai- Publicimport subprocess def get_connected_devices(): result = subprocess.check_output("arp -a", shell=True).decode() devices = [line for line in result.split('\n') if "dynamic" in line.lower()] for d in …
-
Waifai
Waifai Publicimport subprocess def get_connected_devices(): result = subprocess.check_output("arp -a", shell=True).decode() devices = [line for line in result.split('\n') if "dynamic" in line.lower()] for d in …
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.