paste-jacking-javascript-code




 Click Here --> Full Article  <-- Click Here

 

Paste-jacking Code

<!DOCTYPE html>
<html>
<head>
<title>Pasterjacking HackingTruth.in ( kumaratuljaiswal.in ) </title>

</head>
<body>

<h1>How To Update & Upgrade Kali Linux </h1>
<h3>The following article will provide the readers with information on how to update/upgrade Kali Linux system. </h3>
<br>
<h2><strong>Step 1 : </strong> Update Kali Linux </h2>
<p>To begin the update of your Kali Linux system first update the packages index list. Open up terminal and enter: </p>
<br>
<br>
<p><mark>$ apt-get update </mark></p>

<h3>Next, optionally, display all packages which are scheduled for update:</h3>

<p><mark>$ apt-get upgradept list --upgradable</mark</p>

<p>At this stage we have an option to upgrade individual packages using apt install PACKAGE-NAME or upgrade all packages at once:</p>

<p><mark>$ apt-get upgrade </mark></p>

<h2 style = "font-size:50px">
Kumar Atul Jaiswal at Hacking Truth</h>
 
<!-- javascript code Start -->
<script>
// www.kumaratuljaiswal.in OR www.hackingtruth.in

function addLink() {
    //Get the selected text and append the extra info
    var selection = window.getSelection(),
        pagelink = '<br /><br /> Read more at: ' + document.location.href,
        copytext = selection + pagelink,
        newdiv = document.createElement('div');

    //hide the newly created container
    newdiv.style.position = 'absolute';
    newdiv.style.left = '-99999px';

    //insert the container, fill it with the extended text, and define the new selection
    document.body.appendChild(newdiv);
    newdiv.innerHTML = copytext;
    selection.selectAllChildren(newdiv);

    window.setTimeout(function () {
        document.body.removeChild(newdiv);
    }, 100);
}

document.addEventListener('copy', addLink);

</script>

<!-- javascript code End -->

</body>
</html>

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !