Category: Web

  • Simple Fix for Login Bypass Vulnerability on PHP Application

    Simple Fix for Login Bypass Vulnerability on PHP Application

    Before we’re started, let’s getting know about this vulnerability and this bug is almost same with SQL Injection, so this vulnerability letting user directly login to sites without exploiting any other vulnerability. Several Injection Strings: ‘=”or’ ‘ or 1=1 or ”=’ ‘ or 1=1- ‘ or 1=1# Then, how we patching that vulnerability? I will…

  • How to open router settings

    How to open router settings

    The router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet. A data packet is typically forwarded from one router to another router through the networks that constitute an internetwork until it reaches its destination node. A router is connected to two or more data lines from different networks. When a data packet comes in on…

  • WPM Project

    WPM Project

    Introducing WPM (Web Package Manager) my personal Web Wizards projects to make Websites Application Installation more easier!

  • Surf Anonymously using VPN

    Surf Anonymously using VPN

    Depending on the type of Internet service you subscribed, you may be getting a static or dynamic IP address from your ISP. A static IP address is a permanent (non-changing) IP address assigned to you. Most users on the other hand gets an dynamically assigned IP address from their ISP. The device (a router, gateway or computer)…

  • SQL Injection

    SQL Injection

    SQL injection attacks allow attackers to spoof identity, tamper with existing data, cause repudiation issues such as voiding transactions or changing balances, allow the complete disclosure of all data on the system, destroy the data or make it otherwise unavailable, and become administrators of the database server. Now many websites are built using PHP and…

  • Hidden Uploader

    Hidden Uploader

    So many technique that can accessing server via website like SQLi and Hidden Uploader, hidden uploader is a file containing function to upload data that can triggered from the live web or remote exploiting. This is caused because some Administrator that don’t know about program, making the sites vulnerable but this is need a great…

  • Drupal RCE bug

    Drupal RCE bug

    Hackers have started exploiting a recently disclosed critical vulnerability in Drupal shortly after the public release of working exploit code. Three weeks ago, Drupal security team discovered a highly critical remote code execution vulnerability, dubbed Drupalgeddon2, in its content management system software that could allow attackers to completely take over vulnerable websites. To address this…

  • IP Address

    IP Address

    Internet Protocol version 4 (IPv4) defines an IP address as a 32-bit number. However, because of the growth of the Internet and the depletion of available IPv4 addresses, a new version of IP (IPv6), using 128 bits for the IP address, was developed in 1995, and standardized as RFC 2460 in 1998. IPv6 deployment has been ongoing since the mid-2000s. IP addresses are usually written…

  • What is the difference of Static and Dynamic IP Address?

    What is the difference of Static and Dynamic IP Address?

    An IP address is an address assigned to a device on the Internet. It is analogous to postal address where a letter is delivered, and an IP address is computer’s address where internet traffic is delivered. An IP address is assigned to you by your Internet Service Provider (ISP). When you signup with your ISP, your ISP…

  • Public or Private IP Address?

    Public or Private IP Address?

    A public IP address is an IP that can be accessed over the Internet. Like postal address used to deliver a postal mail to your home, a public IP is the globally unique IP assigned to a computing device. Private IP, on the other hand, is used to assign computers within your private space without letting them…