上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 51 下一页
摘要: Browser Exploitation Framework. Allows us to launch a number of attacks on a hooked target. Targets are hooked once they load Javascript code. Hook co 阅读全文
posted @ 2019-09-14 22:21 晨风_Eric 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Recalculating Content-Length: 阅读全文
posted @ 2019-09-13 17:42 晨风_Eric 阅读(265) 评论(0) 推荐(0) 编辑
摘要: MODIFYING DATA IN HTTP LAYER Edit requests/responses. Replace download requests. Inject code(html/Javascript) Analyzing HTTP Responses Execute the Pyt 阅读全文
posted @ 2019-09-10 23:46 晨风_Eric 阅读(504) 评论(0) 推荐(0) 编辑
摘要: MODIFYING DATA IN HTTP LAYER Edit requests/responses. Replace download requests. Inject code(html/Javascript) Modifying HTTP Requests on the Fly: Brow 阅读全文
posted @ 2019-09-04 22:22 晨风_Eric 阅读(455) 评论(0) 推荐(0) 编辑
摘要: What is DNS Spoofing Sniff the DNSRR packet and show on the terminal. Analyze the following DNSRR records. Redirecting DNS Responses The set_payload() 阅读全文
posted @ 2019-09-01 17:56 晨风_Eric 阅读(484) 评论(0) 推荐(0) 编辑
摘要: INTERCEPTING & MODIFYING PACKETS Scapy can be used to: Create packets. Analyze packets. Send/receive packets. But it can't be used to intercept packet 阅读全文
posted @ 2019-09-01 15:21 晨风_Eric 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Capturing passwords from any computer connected to the same network. ARP_SPOOF + PACKET_SNIFFER Target a computer on the same network. arp_spoof to re 阅读全文
posted @ 2019-09-01 00:04 晨风_Eric 阅读(257) 评论(0) 推荐(0) 编辑
摘要: PACKET_SNIFFER Capture data flowing through an interface. Filter this data. Display Interesting information such as: Login info(username&password). Vi 阅读全文
posted @ 2019-08-20 23:02 晨风_Eric 阅读(344) 评论(0) 推荐(0) 编辑
摘要: Typical Network ARP Spoofing Why ARP Spoofing is possible: 1. Clients accept responses even if they did not send a request. 2. Clients trust response 阅读全文
posted @ 2019-08-17 15:49 晨风_Eric 阅读(767) 评论(0) 推荐(0) 编辑
摘要: DICTIONARIES Similar to lists but use key instead of an index. LISTS List of values/elements, all can be stored in one variable. Improving the Program 阅读全文
posted @ 2019-08-17 00:10 晨风_Eric 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 51 下一页