User Controls

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. ...
  11. 59
  12. 60
  13. 61
  14. 62

Posts by filtration

  1. filtration African Astronaut
    Originally posted by Sophie Can't get into the specifics here.

    Understandable.
  2. filtration African Astronaut
    Originally posted by Ajax What’s the goal here, OP?

    Monies.
  3. filtration African Astronaut
    Originally posted by Sophie If you can find an open redirect vuln on their official site you're set. Also, typosquating is a thing. It's when you buy up all the dowmains that come up when people try to type in the proper name of the website, but make common mistakes. So you'd have all those domains pointing towards your evil server in order to cast a wide net.

    Also dude, i recently collabed on some hardcore mobile malware, it allows you to take full control, steal all data, and even do DNS poisoning. In order to redirect traffic away from the legit sites to your malicious imitations.

    It's insane.

    Oh shit, specifically for android, or IOS? is it OSS or CSS (closed source software, not website CSS haha )?
  4. filtration African Astronaut
    Originally posted by Sophie Clone f-droid's site instead and change all APK downlaods to one's you've backdoored.

    Also, you should definitely be logged in with your bot in order to clone the profiles of these people as well, with as much information on them as possible. If you got API's and dev accounts with API keys i'll help you compile a database, in fact we can cross reference every person with with a recent FB data breach that exposed phone numbers and other very private info.

    If the FB dumps and other dumps agree on the type of info that they have we mark the data as viable.

    This is a legit site haha, not to steal data, albeit that's a good idea haha. I've not seen f-droid, but surely people who use it will be smart enough to know a faked version, no? Maybe I'm overthinking it.
  5. filtration African Astronaut
    I've built:

    Jobs,
    Courses,
    Pages
    Resumes (Education, Employment) Builder
    Timeline
    Following system

    Now I'm working on Events, and Groups.... zzzzz
  6. filtration African Astronaut
  7. filtration African Astronaut
    This isn't actually todo with CP, but who the fuck is going to fight against them if they say it's for CP.

    It's like the government saying 'we are doing this for the kids, not to control you' well who the fuck is going to fight against them.
  8. filtration African Astronaut
    True niggers
  9. filtration African Astronaut
    I've got things like adding contact, projects, reminders, inventory, expenses, tasks.

    I'm thinking about allowing people to create invoices for projects and add expenses, recommend me some other stuff?
  10. filtration African Astronaut
    Oooops
  11. filtration African Astronaut
    Originally posted by blaster master leave asap

    Shouldn't I explode the house with them all in it?
  12. filtration African Astronaut
    what to do?
  13. filtration African Astronaut
    Grylls saw the light and decided to wake me up :( lol
  14. filtration African Astronaut
    A spacecraft shaped like a dildo... we'd do intergalactic rapings.
  15. filtration African Astronaut

    // main
    var edit = function() {
    $('.post').each(function(){
    console.log(this.id)
    var post = getPost(this.id)
    var csrf = getCSRF()
    data = {
    csrfmiddlewaretoken: csrf,
    content: "This post has been edited by a bot I made to preserve my privacy.",
    preview_action: "edit-post",
    post: post
    };

    $.post("https://niggasin.space/post/" + post + "/edit", data)
    })

    setTimeout(function() {
    nextPage()
    }, 5000);
    }

    // Get the token
    var getCSRF = function() {
    return $('input[name=csrfmiddlewaretoken]').val()
    }

    // Get the total pages
    var nextPage = function() {
    var next = $('a.next-page')[0]
    console.log(next)
    if(next) {
    next.click();
    }

    return
    }

    // Get the id of the post
    var getPost = function(post) {
    var id = post.split("-")
    return id[1]
    }

    edit()
  16. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  17. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  18. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  19. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  20. filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. ...
  11. 59
  12. 60
  13. 61
  14. 62
Jump to Top