Browsing tag

browsers

Opera Is Bringing The World’s First Gaming Browser “Opera GX”

Opera browser is counted in the list of the best browsers available right now owing to the legacy it carries from the Opera Mini — a lightweight mobile browser for Java-enabled mobiles. The company is venturing into gaming and is bringing the world’s first gaming browser. Opera GX – World’s First Gaming Browser Not much […]

BFuzz – Fuzzing Browsers (Chrome & Firefox)

BFuzz is an input based fuzzer tool which take .html as an input, open’s up your browser with a new instance and pass multiple testcases generated by domato which is present in recurve folder of BFuzz, more over BFuzz is an automation which performs same task repeatedly. Run BFuzz [email protected]:~/BFuzz$ ./generate.sh [email protected]:~/BFuzz$ python BFuzz.py Enter […]

PythonBot- Dangerous Adware Install on Browser Extension & Bypass Security System

Powerful Python based adware called PBot (PythonBot) went beyond the adware limits, it installs and runs malicious hidden miner on the victim’s computer. Two versions of PBot used by Malware authors, the infection starts with injecting a malicious DLL into the browser. The first version injects JS scripts to display ads on web pages. Second version attempt […]

QuasarRAT – Remote Administration Tool for Windows

Quasar is a fast and light-weight remote administration tool coded in C#. Providing high stability and an easy-to-use user interface, Quasar is the perfect remote administration solution for you. Features TCP network stream (IPv4 & IPv6 support) Fast network serialization (NetSerializer) Compressed (QuickLZ) & Encrypted (AES-128) communication Multi-Threaded UPnP Support No-Ip.com Support Visit Website (hidden […]

Loading CSS Progressively In Chrome Canary

Short Bytes: Until now, only in IE/Edge could we leverage streaming of CSS to load progressively the CSS of the components as their HTML is streamed. In other browsers, they would normally block rendering till the entire CSS sources were loaded, giving us the white screen of wait before anything could render. With the latest Chrome Canary, […]

What Is Target Blank Anchor Tag Phishing Attack? How To Prevent It?

Short Bytes: When one hits a link (anchor tag) on a web page, and it opens in a new browser tab, there are chances that a hacker might have taken control over your original tab web page. This is caused because of the absence of an important HTML element attribute rel=”noopener”. And it has some serious performance benefits […]