Welcome to the Off-Shore Club

The #1 Social Engineering Project in the world since 2004 !

DARK WEB FILDER V 0.1

Gold

ROOT

SENSE!
Verified Seller
Instructor
USDT(TRC-20)
$0.0
A code to identify the criminals of the dark web

"specific to the agents of death games on the dark web"



Code:
//code by E1.Coders  RED TEAM
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <time.h>
#include <geoip2.h>

int main(int argc, char *argv[]) {
    if (argc != 2) {
        printf("Usage: %s <dark_web_address>\n", argv[0]);
        return 1;
    }

    char *dark_web_address = argv[1];

    // Get the real IP address
    struct sockaddr_in addr;
    int sock = socket(AF_INET, SOCK_DGRAM, 0);
    addr.sin_family = AF_INET;
    addr.sin_port = htons(80);
    inet_pton(AF_INET, dark_web_address, &addr.sin_addr);
    connect(sock, (struct sockaddr *)&addr, sizeof(addr));
    socklen_t len = sizeof(addr);
    getsockname(sock, (struct sockaddr *)&addr, &len);
    char real_ip[INET_ADDRSTRLEN];
    inet_ntop(AF_INET, &addr.sin_addr, real_ip, INET_ADDRSTRLEN);
    close(sock);

    // Get the main dark web address
    char *main_dark_web_address = dark_web_address;

    // Get the main location of the person using the dark web
    geoip2_lookup_result_s result;
    geoip2_lookup(dark_web_address, &result);
    char *location = result.city;

    // Get the real-time and geographical position
    time_t current_time = time(NULL);
    struct tm *local_time = localtime(&current_time);
    double latitude = result.latitude;
    double longitude = result.longitude;

    // Get the number of maples connected to the dark web address
    int num_maples = 0;
    // Code to get the number of maples connected

    printf("Real IP Address: %s\n", real_ip);
    printf("Main Dark Web Address: %s\n", main_dark_web_address);
    printf("Main Location: %s\n", location);
    printf("Real-Time and Geographical Position: %02d:%02d:%02d, Latitude: %.2f, Longitude: %.2f\n",
           local_time->tm_hour, local_time->tm_min, local_time->tm_sec, latitude, longitude);
    printf("Number of Maples Connected: %d\n", num_maples);

    return 0;
}
 
Last edited:

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Friendly Disclaimer We do not host or store any files on our website except thread messages, most likely your DMCA content is being hosted on a third-party website and you need to contact them. Representatives of this site ("service") are not responsible for any content created by users and for accounts. The materials presented express only the opinions of their authors.
🚨 Do not get Ripped Off ! ⚖️ Deal with approved sellers or use RTM Escrow on Telegram
Gold
Mitalk.lat official Off Shore Club Chat


Gold

Panel Title #1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Panel Title #2

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Top