-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for port on the targets list #5
Comments
Hi @najachai, It's curious that you mention this because I've been thinking to add this feature exactly as you describe :D Thanks for your support! |
When is it updated? I can't wait to experience the new version. If this improves, this will be a very good tool |
I also would like to add support for port ranges. What do you think? |
Are you referring to the scan mode? |
In most cases, masscan is used to scan the port because he is very fast |
Conceptually, cbrutekrag works on three different phases
|
Regarding the use of ports in the list of objectives, you are probably working on it this week. We are also working on other new features. |
I will look at other issues and pay attention and discussion! Looking forward to your next version update!👍 |
…gets - Now is possible to specify the port on targets list (ex: 10.10.1.10:2222) (see #5)
@najachai I'm working on this in a specific branch:
This acts on the "target list building" phase, so we can use later on the "scan phase" and "brute-force phase" You can view these changes on 511c462 |
ok!I will take the time to test! thank you |
…gets - Now is possible to specify the port on targets list (ex: 10.10.1.10:2222) (see #5)
@najachai any feedback on this? |
No problem at the moment |
I close this issue since custom port support has been merged into the "master" branch. Port ranges still pending (We will work on this on #6) |
Hello author!
This is a very good project. But I think he can improve it.
When infiltrating into the internal network, we often encounter many SSH protocols for non-standard ports.
When loading a target, I want to test the target in this format.
192.168.1.1#Default 22
192.168.1.2:2222
192.168.1.3:22022
This allows you to test different target ports simultaneously. If you do this, you don't need the -p parameter.
Looking forward to your reply
The text was updated successfully, but these errors were encountered: