Dark web definition The dark web is a part of the internet that isn't indexed by search engines. You've no doubt heard talk of the “dark web” as a hotbed of criminal activity — and it is. Researchers Daniel Moore and Thomas Rid of King's College in London classified the contents of 2,723 live dark web sites over a five-week period in 2015 and found that 57% host illicit material. A 2019 study, Into the Web of Profit, conducted by Dr. Michael McGuires at the University of Surrey, shows that things have become worse. The number of dark web listings that could harm an enterprise has risen by 20% since 2016. Of all listings (excluding those selling drugs), 60% could potentially harm enterprises. Deep web vs. dark web: What’s the difference? The terms “deep web” and “dark web” are sometimes used interchangeably, but they are not the same. Deep web refers to anything on the internet that is not indexed by and, therefore, accessible via a search engin...
..................code using Python ................ By Vinay Prajapati here is the code of how we take the screenshot in laptop .... In this we can change the time limit according to our choice. In This after the time is completed , the computer will take the screenshot whatever is opened on the screen . import pyautogui #import the module import time,random a=random.randint(0,1000) print ("wait 3 second for the processing ") print("1 seconds ") time.sleep(1) print("2 seconds ") time.sleep(1) print("3 seconds ") time.sleep(1) screenshot = pyautogui.screenshot() screenshot.save(f"{a}screenshot.jpg")
To make a chrome dev tool You have to do something in your chrome app 1. Go to chrome app and copy and paste what I given below in the search box javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })(); 2.) Save this to the bookmarks with any name 3. ) Now open any website and then after gone to the website , click on the url link and search the name that you have saved for that bookmark . 4.) Now , that's all after click the bookmark you will get a setting like icon . On clicking that you will get the chrome dev tool ..... π₯π₯π₯π₯π€π€π€π€π€
Comments
Post a Comment