CyberFoks Documentation

Complete guide to use CyberFoks OSINT Tools & API

1. Introduction

CyberFoks is a powerful Open Source Intelligence (OSINT) platform designed for cybersecurity researchers, ethical hackers, and investigators. Our platform provides real-time data lookup tools to help you gather public information securely and efficiently.

This documentation will guide you through the setup process, API usage, and troubleshooting. Whether you are a beginner or an advanced user, this guide will help you get the most out of CyberFoks.

⚠️ Disclaimer: CyberFoks is developed by Ritik Yadav and is only for educational and learning purposes. Any misuse of this platform is strictly prohibited.

2. Quick Start Guide

Follow these simple steps to use CyberFoks tools:

  1. Go to the Hacking Tools page.
  2. Select a tool (e.g., Phone Number Info).
  3. Enter the required input (e.g., 10-digit phone number).
  4. Click on "Initiate Scan".
  5. Wait for the results to appear in the terminal.

3. API Reference

CyberFoks API access is restricted to authorized users only. To get API access, please contact us via the Contact Page.

🔒 Security Notice: Our API Key is never exposed publicly. All requests are handled securely through our backend server.

Authentication

All API requests require an API key. Pass it in the Authorization header:

Authorization: Bearer Sahil

Request Format

Send a POST request with the following JSON body:

{
    "phone": "9876543210",
    "api_key": "Sahil"
}

Response Format

The API returns data in JSON format:

{
    "phone": "9876543210",
    "total_records": 3,
    "data": [
        {
            "name": "John Doe",
            "father_name": "Robert Doe",
            "mobile": "9876543210",
            "email": "johndoe@example.com",
            "address": "Delhi, India",
            "circle": "Delhi"
        }
    ]
}

4. Available Tools

Tool Name Input Output Status
Phone Number Info 10-digit number Name, Father Name, Address, Email, Circle Active
IP Lookup IP Address Location, ISP, Country Coming Soon
Domain Lookup Domain Name DNS, WHOIS, Hosting Coming Soon
Social Media Scraper Username Public Profiles, Posts Coming Soon
Email Finder Email Address Breach Data, Name Coming Soon

5. Status Codes

Code Meaning Solution
200 Success Data retrieved successfully
400 Bad Request Invalid input. Check your phone number format.
401 Unauthorized Missing or invalid API key.
500 Server Error Internal error. Try again later.

6. FAQ

Q: Is CyberFoks free to use?

A: Yes, CyberFoks is completely free for educational purposes.

Q: How accurate is the data?

A: Our data is sourced from public databases and has 99% accuracy rate.

Q: Can I use CyberFoks for illegal activities?

A: No. CyberFoks is strictly for educational and learning purposes only.

Q: How do I get an API key?

A: Contact us via our Contact Page to request access.

Q: Is my data safe?

A: Yes, we prioritize user privacy and data security.