Loco-CTO / Rystal-V6-Experiments

Audit: Binding to all interfaces detected with hardcoded values BAN-B104
Security
Major
2 months ago2 months old
Possible binding to all interfaces.
 50        "ignoreerrors": True,
 51        "quiet": True,
 52        "no_warnings": True,
 53        "source_address": "0.0.0.0", 54        "forceip": "4", 55        "skip_download": True, 56        "extract_flat": True, 57        "default_search": "auto", 58    } 59)
 60
 61
Possible binding to all interfaces.
37        "ignoreerrors": True,
38        "quiet": True,
39        "no_warnings": True,
40        "source_address": "0.0.0.0",41        "forceip": "4",42        "skip_download": True,43        "extract_flat": True,44        "default_search": "auto",45    }46)
47
48yt = pytube.YouTube("https://www.youtube.com/watch?v=hTqFFYX93yY")