> For the complete documentation index, see [llms.txt](https://gurpreet-portfolio.gitbook.io/gurpreet06/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gurpreet-portfolio.gitbook.io/gurpreet06/projects/infosniper-bypassing-antivirus.md).

# InfoSniper (Bypassing Antivirus)

<figure><img src="/files/zeC6H7NCGa6F862tnH7h" alt=""><figcaption></figcaption></figure>

It extracts various system information and sensitive data such as passwords, credit cards, cookies, history from popular web browsers and sends them to a C2 web server.

Features:

* Extract system information such as:
  * Operating System Version
  * CPU
  * MAC Address
  * Active Users
  * Installed Applications
  * Installed Antivirus
  * IP Address (ARP)
  * Location
  * WiFi Passwords
  * Active Network Connections
  * Windows Processes
  * Directory list of (Downloads, Desktop, Documents)
* Steal data from Chromium and Firefox-based web browsers, such as:
  * Passwords
  * Credit Cards
  * Cookies
  * History
  * Downloads History
  * BookMarks History
* Encrypt the stolen data using AES-256 bit algorithm.
* Send the encrypted data over HTTP/s POST requests to a web server.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gurpreet-portfolio.gitbook.io/gurpreet06/projects/infosniper-bypassing-antivirus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
