• 大小: 216KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: Linux  

资源简介

arpspoof是Linux下的一款局域网欺骗工具,可以使用它对局域网进行断网攻击,获取信息等

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include 
#include 
#include 
#include 
#include 
#include 
#include 

void die(const char *error)
{
fprintf(stderr “Error: %s\n“ error);
exit(EXIT_FAILURE);
}

void print_addrs(const char *msg uint32_t ip unsigned char *mac)
{
printf(“%9s:\t%s\t%02x:%02x:%02x:%02x:%02x:%02x\n“
msg
inet_ntoa((struct in_addr) { .s_addr = ip })
(unsigned char) mac[0]
(unsigned char) mac[1]
(unsigned char) mac[2]
(unsigned char) mac[3]
(unsigned char) mac[4]
(unsigned char) mac[5]);
}

void set_ifr_name(struct ifreq 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-03-13 08:54  arpspoof-master\
     文件           9  2016-03-13 08:54  arpspoof-master\.gitignore
     文件       35141  2016-03-13 08:54  arpspoof-master\LICENSE
     文件         148  2016-03-13 08:54  arpspoof-master\Makefile
     文件        4195  2016-03-13 08:54  arpspoof-master\README.md
     文件        8822  2016-03-13 08:54  arpspoof-master\arpspoof.c
     文件         108  2016-03-13 08:54  arpspoof-master\cage.sh
     目录           0  2016-03-13 08:54  arpspoof-master\http\
     目录           0  2016-03-13 08:54  arpspoof-master\http\images\
     文件      197521  2016-03-13 08:54  arpspoof-master\http\images\cage.jpg
     文件          71  2016-03-13 08:54  arpspoof-master\http\index.html
     文件       19720  2016-03-13 08:54  arpspoof-master\httpd.conf
     文件        2476  2016-03-13 08:54  arpspoof-master\squid.conf
     文件        1169  2016-03-13 08:54  arpspoof-master\sweep.sh

评论

共有 条评论