Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
arpy — Outil de spoof ARP (MiTM) pour Mac OSX pouvant également s'intégrer à Gource | Kitploit
Outils/GitHubGitHub/ivanvza/arpy
Sniffing et Analyse de PaquetsReconnaissanceCollecte d'InformationsSécurité RéseauRed TeamingAnalyse DNSArchived
GitHubivanvza/arpy

arpy

Outil de spoof ARP (MiTM) pour Mac OSX pouvant également s'intégrer à Gource

Voir le dépôt
26250il y a 7 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

alt text

Arpy

Arpy est un outil MiTM par usurpation ARP facile à utiliser pour Mac. Il propose 3 fonctions ciblées :

  • Sniffing de paquets
  • Domaines visités
  • Domaines visités avec Gource
Chaque fonction sera expliquée ci-dessous.

Systèmes d'exploitation testés (à ce jour)

  • Darwin 14.3.0 Darwin Kernel Version 14.3.0 (Mac OS X)

Prérequis

  • Python 2.7
  • Gource
  • Scapy
  • libdnet

Installation

Gource

root@kitploit:~
brew install gource

Scapy

root@kitploit:~
pip install scapy

libdnet

root@kitploit:~

$ git clone https://github.com/dugsong/libdnet.git
$ cd libdnet
$ ./configure && make && make install
cd python
python setup.py install

Exemples de commandes

root@kitploit:~
ivanvza:~/ > sudo arpy
     _____
    |  _  |___ ___ _ _
    |     |  _| . | | |
    |__|__|_| |  _|_  |
    MiTM Tool |_| |___|
    v3.15 -@viljoenivan

Usage: arpy -t <Target IP> -g <Gateway IP> -i <Interface>

Outil MiTM ARP

Options:
  -h, --help            affiche ce message d'aide et quitte
  -t TARGET, --target=TARGET
                        L'IP cible
  -g GATEWAY, --gateway=GATEWAY
                        La passerelle
  -i INTERFACE, --interface=INTERFACE
                        Interface à utiliser
  --tcp                 Filtre uniquement le trafic TCP
  --udp                 Filtre uniquement le trafic UDP
  -d D_PORT, --destination_port=D_PORT
                        Filtre pour un port de destination
  -s S_PORT, --source_port=S_PORT
                        Filtre pour un port source
  --sniff               Sniffer toutes les données passantes
  --sniff-dns           Sniffer uniquement les domaines recherchés
  --sniff-dns-gource    Affiche les recherches DNS de la cible au format gource
  -v                    Affichage verbeux des paquets scapy

Sniff de paquets

C'est le sniffer de paquets, il vous permet de voir le trafic de votre cible.

root@kitploit:~
ivanvza:~/ > sudo arpy -t 192.168.1.3 -g 192.161.1.1 -i en0 --sniff
     _____
    |  _  |___ ___ _ _
    |     |  _| . | | |
    |__|__|_| |  _|_  |
    MiTM Tool |_| |___|
    v3.15 -@viljoenivan


  [Info] Starting Sniffer...

[Info] Enabling IP Forwarding...
[Info] Filter: ((src host 192.168.1.3 or dst host 192.168.1.3))

[Info] Found the following (IP layer): 192.168.1.3 -> 46.101.34.90
GET / HTTP/1.1
User-Agent: curl/7.37.1
Host: ivanvza.ninja
Accept: */*



[Info] Found the following (IP layer): 46.101.34.90 -> 192.168.1.3
HTTP/1.1 200 OK
Vary: Accept-Encoding
Content-Type: text/html
Accept-Ranges: bytes
ETag: "2719538271"
Last-Modified: Thu, 30 Apr 2015 08:25:15 GMT
Content-Length: 3213
Date: Fri, 29 May 2015 20:15:06 GMT
Server: Microsoft IIS

<html>
     <title>><></title>
    <body>
        <pre style="line-height: 1.25; white-space: pre;">
        \          SORRY            /
         \                         /
          \    This page does     /
           ]   not exist yet.    [    ,'|
           ]                     [   /  |
           ]___               ___[ ,'   |
           ]  ]\             /[  [ |:   |
           ]  ] \           / [  [ |:   |
           ]  ]  ]         [  [  [ |:   |
           ]  ]  ]__     __[  [  [ |:   |
           ]  ]  ] ]\ _ /[ [  [  [ |:   |
           ]  ]  ] ] (#) [ [  [  [ :===='
           ]  ]  ]_].nHn.[_[  [  [
           ]  ]  ]  HHHHH. [  [  [
           ]  ] /   `HH("N  \ [  [
           ]__]/     HHH  "  \[__[
           ]         NNN         [
           ]         N/"         [
           ]         N H         [
          /          N            \
         /           q,            \
        /                           \
        </pre>
        <h3 id="list"><h3>
    </body>
<script>

// NOTE: window.RTCPeerConnection is "not a constructor" in FF22/23
var RTCPeerConnection = /*window.RTCPeerConnection ||

Sniff DNS

Cette fonction vous permet de voir les noms de domaine que votre cible demande actuellement.

root@kitploit:~
ivanvza:~/ > sudo arpy -t 192.168.1.4 -g 192.168.1.1 -i en0 --sniff-dns
     _____
    |  _  |___ ___ _ _
    |     |  _| . | | |
    |__|__|_| |  _|_  |
    MiTM Tool |_| |___|
         - @viljoenivan


  [Info] Starting DNS Sniffer...

[Info] Enabling IP Forwarding...
[Info] Done...
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: www.youtube.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: s2.googleusercontent.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: google.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: s.ytimg.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: fonts.gstatic.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: yt3.ggpht.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: i.ytimg.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: safebrowsing.google.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: safebrowsing-cache.google.com.
Target: 192.168.1.4 -> (192.168.1.1/DNS server) has searched for: safebrowsing-cache.google.com.

Sniff DNS avec Gource

Cette fonction est plus ou moins la même que la précédente, mais elle offre la possibilité de passer par Gource pour obtenir un flux en direct de ce que votre cible visualise.

root@kitploit:~
ivanvza:~/ > sudo arpy -t 192.168.1.3 -g 192.161.1.1 -i en0 --sniff-dns-gource
[INFO] For a live gource feed run this command in parallel with this one:

tail -f /tmp/36847parsed_nmap | tee /dev/stderr | gource -log-format custom -a 1 --file-idle-time 0 -

[Info] Filter: ((src host 192.168.1.3 or dst host 192.168.1.3) and dst port 53)

Exemple de séquence Gource

alt text

Contact

@viljoenivan

À faire

  • Envisager d'ajouter sslstrip.
  • Le porter sur Kali.
Télécharger l’outil