-
Notifications
You must be signed in to change notification settings - Fork 101
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
C2C needs to take arguments #2
Comments
Sure. |
Alright but how I run it in termux, Guide me plz |
How I run it in termux app.. |
Hello, can I modify it and add arguments as requested in issue #2 ?, I will open a pull request once I finish |
Sure. |
Hi @rly0nheart, if you can take care of it, I'd say go for it. I don't have the bandwidth right now to work on this so feel free to jump ahead. |
Hi there, I am not sure if it running on termux or not should be part of this Issue where we are looking to have the C2C script accept sysargs instead of having to modify the script. Not too familiar with termux, but should run similarly to any other terminar emulator. |
@SaumyajeetDas and @rly0nheart, I can open a new issue for this that i'm gonna say, but it would be nice if the payload script could be used remotely as well and/or to simply create a payload that doesn't rely on loading the script on the target machine and then installing python. What do you guys think? |
I made the changes, and added a few improvements, I thought it would be great if the payload got generated by passing the right argument, so I added a payload_builder.py file. Note
|
Yeah, I realized you already worked on this. I'm reviewing these changes and I like it. If these got detected, it might be a matter of time before other AVs start detecting it...maybe not. |
If the payload got compiled (with pyinstaller or an alternative), it would run without requiring python on the target |
That's a great idea, I did not get to test the changes properly, so there might be some bugs |
Let's hope they don't get detected by other AV's👀😅 |
Where did you make the changes? on VIM or VSCode? If you used VIM, you can use pylint and at least use a linter (it won't necessarily help with bugs but it's something). |
Honestly, it is just room for improvement, or at least that what it means to me. The fact that this project was created and works is cool enough. You know, it is possible it got flagged because fodhelper.exe exists in the code, and that is now known to be used for UAC bypass. If so, that is another reason to get this project to create custom payloads offline, instead of loading the script into the victim machine to then use it. BTW, try and test Hoaxshell. It does the try and pretty good. |
Give me a bit guys. Please do share your thoughts guys. |
Agreed!, Also I made the changes on VS Code, I did not encounter any syntax errors, but you never know |
Sure thing...I mean, I just got wrapped up in thinking about the potential here 😄 |
Thanks for your help. |
I'm open to anything...Discord maybe? |
No problem at our end. |
Discord is good 🔥 |
Sure, create the group and add me, rly0nheart#2779 |
Just looked at hoaxshell, looks good! |
At the moment, I started testing this out after reading about it and quite frankly looks promising.
After a brief review, one thing that C2C should have is that at least it takes arguments so users provides IP address and/interface to bind to plus the port.
At the moment, my time is slightly limited, but I can contribute and take care of that part in like two weeks.
The text was updated successfully, but these errors were encountered: