- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 310字
- 2021-07-02 21:04:19
Adjusting the source IP stack and tool identification settings
Before a penetration tester (or an attacker) begins testing, they must ensure that all unnecessary services on Kali are disabled or turned off.
For example, if the local DHCP daemon is enabled but is not required, it is possible for the DHCP to interact with the target system, which could be logged and send alarms to the target's administrators.
Some commercial and open source tools (for example, the Metasploit framework) tag their packets with an identifying sequence. Although this can be useful in the post-test analysis of a system's event logs (where events initiated by a particular testing tool can be directly compared to a system's event logs to determine how the network detected and responded to the attack), it can also trigger certain intrusion detection systems. Test your tools against a lab system to determine the packets that are tagged, and either change the tag, or use the tool with caution.
The easiest way to identify tagging is to apply the tool against a newly-created virtual image as the target, and review system logs for the tool's name. In addition, use Wireshark to capture traffic between the attacker's and target's virtual machines, and then search the packet capture (pcap) files for any keywords that can be attributed to the testing tool (the name of the tool, the vendor, the license number, and so on).
The useragent in the Metasploit framework can be changed by modifying the http_form_field option. From the msfconsole prompt, select the option to use auxiliary/fuzzers/http/http_form_field, and then set a new useragent, as shown in the following screenshot:

In this example, useragent was set as Google's indexing spider, Googlebot. This is a common automated application that visits and indexes websites, and rarely attracts attention from website owners.
- 從零構建知識圖譜:技術、方法與案例
- Python自然語言處理實戰:核心技術與算法
- 騰訊iOS測試實踐
- Rust編程:入門、實戰與進階
- Offer來了:Java面試核心知識點精講(原理篇)
- 零基礎學MQL:基于EA的自動化交易編程
- Julia高性能科學計算(第2版)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Java EE核心技術與應用
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Lighttpd源碼分析
- PLC應用技術(三菱FX2N系列)
- Programming with CodeIgniterMVC
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- AMP:Building Accelerated Mobile Pages