Facebook
From Pauliño, 3 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: cookie +ipsec+wireshark from Pauliño - go back
Embed
Viewing differences between Re: Re: Re: Re: cookie +ipsec+wireshark and logs
https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm


https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm


wireshark
yum install gcc gcc-c++ bison flex libpcap-devel qt-devel gtk3-devel rpm-build libtool c-ares-devel qt5-qtbase-devel qt5-qtmultimedia-devel qt5-linguist desktop- 
file-utils -y 



  
  
  
  
  
          
                Select Color  
                Yellow  
                Green  
                Red  
              
              
                function display()  
                {  
                    var value = document.getElementById("color").value;  
                    if (value != "Select Color")  
                    {  
                        document.bgColor = value;  
                        document.cookie = "color=" + value;  
                    }  
                }  
                window.onload = function ()  
                {  
                    if (document.cookie.length != 0)  
                    {  
                        var array = document.cookie.split("=");  
                        document.getElementById("color").value = array[1];  
                        document.bgColor = array[1];  
                    }  
                }  
              
                  
              
  
 



Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure;SameSite=None


LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" detailed
CustomLog logs/access.log detailed


Replies to logs rss

Title Name Language When
ftp Pauliño text 3 Years ago.