ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Random Email Generator


  • Please log in to reply
Random Email Generator

#1

user1481
user1481
    Offline
    0
    Rep
    33
    Likes

    hi

Posts: 102
Threads: 14
Joined: Sep 22, 2018
Credits: 0

Five years registered
#1

Random Email Generator

 

hi Nulled, I've been working on a random email generator for a selenium based Instagram account generator and thought I would share the code for it. 

 

this was made with python :3

 

Things you'll need will be:
- a word list

- a name list 

 

or if you want mine: 

Please Login or Register to see this Hidden Content

the exports of the code are in email:fullname formats, I used these formats because they were specific to the requirements for my Instagram config 

Please Login or Register to see this Hidden Content


Edited by landalbot, 17 May 2020 - 07:44 PM.

  • 0

#2

uxhal0
uxhal0
    Offline
    -2
    Rep
    -1
    Likes

    Member

Posts: 29
Threads: 0
Joined: Jan 29, 2019
Credits: 0

Five years registered
#2

any progress on the instagram generator? interested.


  • 0

#3

user1481
user1481
    Offline
    0
    Rep
    33
    Likes

    hi

Posts: 102
Threads: 14
Joined: Sep 22, 2018
Credits: 0

Five years registered
#3

any progress on the instagram generator? interested.

Quite a bit actually.

When first running the Instagram generator I was able to create 10 accounts using "Linden :)" as the full name alongside a random string of numbers and letters with an email domain added to the end. Looking something like this: f1ra4fmie3@iCloud.com. After those accounts were made Instagram put a fullstop on the program, sending recaptcha, email verification and phone verification requests. 

 

Afterwards I attempted to use proxies to set the verification standards to a neutral level for each time I attempt to make an account. Sadly Instagram flags and detects open proxies, not allowing the usage of them to create accounts. Same thing goes for VPNS, Instagram will give you one creation attempt then block you out with verification requests. 

 

To slip past the verification I made my program act in a more human like behavior. I added random delays between each input, more realistic emails and full names, along with Browser Action "Sendhumankeys". That had got me 15 more accounts before Instagram implemented another level of automation detection.

 

My best guess is that Instagram using Selenium Detection found at:

Please Login or Register to see this Hidden Content

. Or Instagram is tracking mouse movements to differentiate between automation or humans. found at:

Please Login or Register to see this Hidden Content

. Where they say,

 Device operations: information about operations and behaviors performed on the device, such as whether a window is foregrounded or backgrounded, or mouse movements (which can help distinguish humans from bots).

 

 

If you want to take a look at the project yourself I can send the config file over, I made it within OpenBullet 1.4.1

having someone else try it from their end would give me a great idea on how Instagram is blocking me out and how I could avoid it before they implement extra steps.


Edited by landalbot, 17 May 2020 - 10:55 PM.

  • 0

#4

uxhal0
uxhal0
    Offline
    -2
    Rep
    -1
    Likes

    Member

Posts: 29
Threads: 0
Joined: Jan 29, 2019
Credits: 0

Five years registered
#4

Quite a bit actually.

When first running the Instagram generator I was able to create 10 accounts using "Linden :)" as the full name alongside a random string of numbers and letters with an email domain added to the end. Looking something like this: f1ra4fmie3@iCloud.com. After those accounts were made Instagram put a fullstop on the program, sending recaptcha, email verification and phone verification requests. 

 

Afterwards I attempted to use proxies to set the verification standards to a neutral level for each time I attempt to make an account. Sadly Instagram flags and detects open proxies, not allowing the usage of them to create accounts. Same thing goes for VPNS, Instagram will give you one creation attempt then block you out with verification requests. 

 

To slip past the verification I made my program act in a more human like behavior. I added random delays between each input, more realistic emails and full names, along with Browser Action "Sendhumankeys". That had got me 15 more accounts before Instagram implemented another level of automation detection.

 

My best guess is that Instagram using Selenium Detection found at:

Please Login or Register to see this Hidden Content

. Or Instagram is tracking mouse movements to differentiate between automation or humans. found at:

Please Login or Register to see this Hidden Content

. Where they say,

 

If you want to take a look at the project yourself I can send the config file over, I made it within OpenBullet 1.4.1

having someone else try it from their end would give me a great idea on how Instagram is blocking me out and how I could avoid it before they implement extra steps.

 

Have you tried using requests? instead of selenium, and go for /web_create_ajax/


  • 0

#5

user1481
user1481
    Offline
    0
    Rep
    33
    Likes

    hi

Posts: 102
Threads: 14
Joined: Sep 22, 2018
Credits: 0

Five years registered
#5

Have you tried using requests? instead of selenium, and go for /web_create_ajax/

I haven't made an attempt at such a thing yet but I already see a problem arising with that. Instagram requires constant client event POSTS to maintain an active session ID, on top of that I think Instagram's API has been fried, fucked then terminated by Instagram itself. 

 

but maybe I'm getting that wrong, could you elaborate on it?


Edited by landalbot, 18 May 2020 - 01:42 AM.

  • 0

#6

uxhal0
uxhal0
    Offline
    -2
    Rep
    -1
    Likes

    Member

Posts: 29
Threads: 0
Joined: Jan 29, 2019
Credits: 0

Five years registered
#6

I haven't made an attempt at such a thing yet but I already see a problem arising with that. Instagram requires constant client event POSTS to maintain an active session ID, on top of that I think Instagram's API has been fried, fucked then terminated by Instagram itself. 

 

but maybe I'm getting that wrong, could you elaborate on it?

 

you're not wrong, using requests will also lead to /challenge eventually. This is the part where we outsource the work to chinese workers. 


  • 0

#7

uxhal0
uxhal0
    Offline
    -2
    Rep
    -1
    Likes

    Member

Posts: 29
Threads: 0
Joined: Jan 29, 2019
Credits: 0

Five years registered
#7

I haven't made an attempt at such a thing yet but I already see a problem arising with that. Instagram requires constant client event POSTS to maintain an active session ID, on top of that I think Instagram's API has been fried, fucked then terminated by Instagram itself. 

 

but maybe I'm getting that wrong, could you elaborate on it?

 

you're not wrong, using requests will also lead to /challenge eventually. This is the part where we outsource the work to chinese workers.  :laugh:  :laugh:

 

double post sry


Edited by uxhal0, 16 July 2020 - 11:06 PM.

  • 0

#8

AnotherEngineer
AnotherEngineer
    Offline
    -2
    Rep
    2
    Likes

    Member

Posts: 26
Threads: 3
Joined: May 16, 2020
Credits: 0
Three years registered
#8

you're not wrong, using requests will also lead to /challenge eventually. This is the part where we outsource the work to chinese workers. 

 

Instagram has recently added a parameter called "enc_password" which is a bit challenging to bypass for API requests.


  • 0

#9

yysameh
yysameh
    Offline
    0
    Rep
    1
    Likes

    Member

Posts: 39
Threads: 0
Joined: May 18, 2018
Credits: 0
Five years registered
#9
Hshdhdhdhd

  • 0

#10

Jamesuall
Jamesuall
    Offline
    0
    Rep
    2
    Likes

    Member

  • PipPipPip
Posts: 57
Threads: 0
Joined: Nov 10, 2020
Credits: 0
Three years registered
#10

Random Email Generator
 
hi Nulled, I've been working on a random email generator for a selenium based Instagram account generator and thought I would share the code for it. 
 
this was made with python :3
 
Things you'll need will be:
- a word list
- a name list 
 
or if you want mine: 

Please Login or Register to see this Hidden Content


the exports of the code are in email:fullname formats, I used these formats because they were specific to the requirements for my Instagram config 

Please Login or Register to see this Hidden Content

ddchjhfxhjb cxr

  • 0


 Users browsing this thread: