malwaredllc / byob

An open-source post-exploitation framework for students, researchers and developers.
https://byob.dev
GNU General Public License v3.0
9k stars 2.13k forks source link

User Already Exist on This Server!!! #731

Open hzconf opened 1 week ago

hzconf commented 1 week ago

Hey there! I'm facing a significant issue with my website. Whenever I attempt to register a new account, it shows the error message "User already exists on this server." I've tried changing the ports in an effort to resolve the problem, but unfortunately, it hasn't worked. Here's a screenshot of the issue for reference: image If anyone has encountered this issue or knows a solution, I would really appreciate your help.

bcwlkr commented 1 week ago

Have you tried a different user name

hzconf commented 1 week ago

I have already tried several approaches to resolve this issue. I attempted using different usernames, tested between 10 to 20 password variations, and even changed the default IP address and ports. Additionally, I reinstalled the necessary packages and deleted the database.db file, but unfortunately, none of these efforts resolved the problem. If anyone has encountered this issue or has any insights, I would sincerely appreciate your guidance. Thank you in advance!

bcwlkr commented 1 week ago

What does your terminal say when the message pops up?

hzconf commented 1 week ago

just good stuff wait i show u ┌──(root㉿windows)-[/home/abdullah/Downloads/byob/web-gui] └─# source venv/bin/activate

┌──(venv)─(root㉿windows)-[/home/abdullah/Downloads/byob/web-gui] └─# python3 run.py

"

hzconf commented 1 week ago

I have also tried changing the package versions to resolve the numerous errors I encountered. To ensure a clean environment, I worked within a virtual environment created using Python. After adjusting the package versions, I did not encounter any further issues related to compatibility or installation. Additionally, I thoroughly reviewed the logs, and everything appears to be in order, so the issue does not seem to originate from there.

Below is the list of packages and their versions from my requirements.txt file: flask flask_session flask_wtf Flask_SQLAlchemy Flask_Login Flask_Bcrypt flask_mail wtforms mss==3.3.0 WMI==1.4.9 numpy==1.26.4 pyxhook==1.0.0 twilio==6.14.0 colorama==0.3.9 requests==2.26.0 pycryptodomex==3.8.1 py-cryptonight>=0.2.4 opencv-python python-xlib six pytz PyJWT>=1.4.2 pysocks chardet<3.1.0,>=3.0.2 idna<2.8,>=2.5 urllib3==1.26.20 certifi>=2017.4.17 If you need any additional information or context, please don’t hesitate to ask. I’d sincerely appreciate any guidance or suggestions you can provide. Thank you so much!

bcwlkr commented 3 days ago

hey, did you ever figure it out? I never saw that you re-opened it.