相交包装说明
相交2.5的第二个主要版本中的项目行。此版本是从上太大的不同,
因为它为用户提供了完全控制其特点相交脚本包含并让他们轻松
导入自己的特色,以及其他新的功能。
此版本主要集中在单个模块(功能)和能力生成自己的定制
相交的脚本。通过使用Create.py应用中,用户通过菜单驱动的过程,它允许引导
他们选择哪些模块,他们希望包括导入自己的定制模块,并最终创造出一个
相交这是建立在他们选择的特定模块的脚本。
资料来源:https://github.com/ohdae/Intersect-2.5/tree/master/Docs
相交首页 | 卡利相交回购
- 作者:ohdae
- 许可:其它
包括在相交包工具
相交 - 相交后开发框架
帖子开发框架。
相交用法示例
[email protected]:~# intersect
____ _ _ ____ ____ ____ ___ ____ ___ ____
(_ _)( \( )(_ _)( ___)( _ \/ __)( ___)/ __)(_ _)
_)(_ ) ( )( )__) ) /\__ \ )__)( (__ )(
(____)(_)\_) (__) (____)(_)\_)(___/(____)\___) (__)
post-exploitation framework
Intersect 2.5 - Script Creation Utility
------------------------------------------
1 => Create Custom Script
2 => List Available Modules
3 => Load Plugin Module
4 => Exit Creation Utility
=> 1
Intersect 2.0 - Script Generation Utility
---------- Create Custom Script -----------
Instructions:
Use the console below to create your custom
Intersect script. Type the modules you wish
to add, pressing [enter] after each module.
Example:
=> creds
=> network
When you have entered all your desired modules
into the queue, start the build process by typing :create.
** To view a full list of all available commands type :help.
The command :quit will return you to the main menu.
=> osuser
osuser added to queue.
=> network
network added to queue.
=> :create
[ Set Options ]
If any of these options don't apply to you, press [enter] to skip.
Enter a name for your Intersect script. The finished script will be placed in the Scripts directory. Do not include Python file extension.
=> kali
Script will be saved as /usr/share/intersect/Scripts/kali.py
Specify the directory on the target system where the gathered files and information will be saved to.
*Important* This should be a NEW directory. When exiting Intersect, this directory will be deleted if it contains no files.
If you skip this option, the default (/tmp/lift+$randomstring) will be used.
temp directory => /tmp/intersect
enable logging =>
bind port => 4444
[+] bind port saved.
remote host => 192.168.1.202
[+] remote host saved.
remote port => 4444
[+] remote port saved.
proxy port =>
xor cipher key =>
osuser
network
[+] Your custom Intersect script has been created!
Location: /usr/share/intersect/Scripts/kali.py