資源簡介
arpspoof是Linux下的一款局域網(wǎng)欺騙工具,可以使用它對局域網(wǎng)進行斷網(wǎng)攻擊,獲取信息等
代碼片段和文件信息
#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
- 上一篇:餐廳點餐系統(tǒng)
- 下一篇:spss中介調(diào)節(jié)實際操作
評論
共有 條評論