Absurdist, Security Architect (Magician), Beer and Bourbon connoisseur, Gamer, lover of Dark Humor (Lovecraft was a comedian), Maker, Apistevist, Agnostic, Atheist.

  • 7 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle










  • Wether or not doxing is unlawful depends on many things, even here in the U.S. Your absolute statement is false because it’s dependent on context that you haven’t considered.

    I’m not the one that has to be satisfied with the solution. I just wanted to point out an example where it would matter that deleting an account could hide a crime. If you don’t like the doxing example, another example would be someone posting sensitive information (Airman Jack Teixeira).



  • I’m at a loss. You’re saying that things that you said publicly are private? Or you’re saying that they become private because you delete your account? Assume you dox someone. I need to find out if that happened. As an admin I’d be able to see that

    1. you
    2. publicly posted
    3. their data

    I would need to be able to provide this to authorities if they provided needed legal documentation. Why do you think that privacy dictates you should be able to commit a crime, and get away with it by deleting your account?


  • MrEUser@lemmy.ninjaOPtoTechnology@beehaw.orgLemmy user list
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I created a process to remove the bot accounts from my database without crashing my site. I have tested and it looks like all functions are working. If you need help because you suddenly have thousands more accounts than you would suspect ask me for the procedure. I’ll gladly provide it.

    I was able to identify bot accounts by looking at creation times. They accounts are grouped by “batches” where the account creation times are within seconds of each other. That’s not typically going to happen with random humans creating accounts.


  • MrEUser@lemmy.ninjaOPtoTechnology@beehaw.orgLemmy user list
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I WAS WRONG I ASSUMED (and I know better) that it wasn’t possible for me to have 3000 accounts created within a day or two of going live. I ASSUMED what I saw was accounts that were NOT local, I WAS WRONG I created a process to remove the bot accounts from my database without crashing my site. I have tested and it looks like all functions are working. If you need help because you suddenly have thousands more accounts than you would suspect ask me for the procedure. I’ll gladly provide it.

    I was able to identify bot accounts by looking at creation times. They accounts are grouped by “batches” where the account creation times are within seconds of each other. That’s not typically going to happen with random humans creating accounts.

    I’m sorry, I included an edit on my original post. If I can do anything else to rectify the problem my assumption caused, let me know. Thank you for your help.




  • MrEUser@lemmy.ninjaOPtoTechnology@beehaw.orgLemmy user list
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I grabbed the first 292 names in that query, there are thousands of results. Then I compared that list to the output of the query that includes “password_encrypted.” There are matches. LOTS of matches. I’ll give you ONE person_id of a result that is in both lists. 38291


  • MrEUser@lemmy.ninjaOPtoTechnology@beehaw.orgLemmy user list
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    SELECT * from local_user; provides a list of users that has a password_encrypted field. That list is exactly equal (all the same accounts are listed) to what I get from: select   p.name,   p.display_name,   a.person_id,   a.email,   a.email_verified,   a.accepted_application from   local_user a,   person p where   a.person_id = p.id;

    So I can see a persons a.email (email address), a.person_id, and their password_encrypted (hash) by correlating these tables, can I not?



  • I don’t know how to make this not about me. So, I’m just going to say it. Friday I closed a 13 year old Reddit account. Saturday and Sunday I brought up multiple Fediverse servers. I now have Mastodon, Lemmy, PixelFed, Owncast, and NextCloud working. I have yet to get Element Chat and PeerTube running. They will happen by Friday. When I opened my Owncast I killed my Twitch account. When PeerTube is up and running I drop YouTube. My point is, I want to thank Reddit for providing me the motivation to leave corporate social media and switch to my own platform. I’m not going back… I’m going forward.