Error : " Control socket .........disabling multiplexing"
Deku-izuku-dotcom opened this issue · comments
Hello
I start Getting this Error so much lately.
ControlSocket /home/Tester/.axiom/tmp/nuclei+167335771319090/sockets/op@{{VPS-IP}}-2266 already exists, disabling multiplexing
aspen07 scan was still running but downloading partial results
aspen05 scan was still running but downloading partial results
aspen03 scan was still running but downloading partial results
those this Command : --rm-logs , will solve the Problem ?
Best Regards
@Deku-izuku-dotcom any chance are you running multiple axiom-scan commands in parallel using the same module?
Example:
axiom-scan input1 -m nuclei &
axiom-scan input2 -m nuclei
I don’t think —rm-logs
would fix this but I think I know the issue.
No i don't run the commands with & symbol
Please let me know the solution 🙂
@Deku-izuku-dotcom do you happen to have a command which I could use to recreate this issue?
I run a command like this:
Axiom-scan urls.txt -m nuclei --nuclei-template template.yml --threads 50
When it finish i run the same command for different list , it start normal , but after some time , show me the error.
Ok. Just keep in mind to upload a single template you have to use something like axiom-scan urls.txt -m nuclei -wL /local/path/to/template.yaml
. For a fix, try adding a few seconds sleep in between the first and second axiom-scan command. Also, make sure you are fully up to date via git pull or axiom-update
. What OS are you using?
If you can give me the full terminal output when the error is shown that could be helpful in debugging.
Edit: or if you can hit the bug while running with axiom-scan … —debug
and send the log file to me, that would also help.
Not exactly sure why you are getting that error. I’ll see if I can recreate. Any other info would be helpful.
@0xtavian I use Ubuntu as OS .
Here is a Screenshot:
I will run it next time with --debug flag , if it reappear i Will send the logs to you
Can you show me everything before the error? @Deku-izuku-dotcom
Sorry i truncated when screen it & clear the terminal 🤦.
I will send to you if it shows next time
Best regards
I try this solution
I add flag --rm-logs --rm-when-done .
It work fine