FUNCTION (random) IN WEBHOOK
-
hello guys
I again
Could someone help me on a question
I am a config, linked in webhoob on discord
My question is
is there any function to randomize these domains in output?Example:
{"Email":"rkcora16@pecinan.com","ID":["Rkcora1610"],"PASS":"rkcora16","birthday":"09/03/1981"}
{"Email":"rkcora16@tememail.com","ID":["Rkcora1610"],"PASS":"rkcora16","birthday":"09/03/1981"}
{"Email":"rkcora16@gmail.com","ID":["Rkcora1610"],"PASS":"rkcora16","birthday":"09/03/1981"}
{"Email":"rkcora16@hotmail.com","ID":["Rkcora1610"],"PASS":"rkcora16","birthday":"09/03/1981"}thank you all from now!
-
Well if you have a list variable of domains called
DOMAINS
(for example read via UTILITY block from a file), you can easily do something likeFUNCTION Constant "<USERNAME>@<DOMAINS[*]>" -> VAR "MYEMAILS"
to achieve what you want!
-
@Ruri , He called all domains on the list, how does the list have to be? ?
gmail.com
hi.com.br
hotmail.com
outlook.com
yahoo.com.br
ig.com.br
pecinan.com
pecinam.org?
-
I don't understand, but I'm guessing you need to take a look here https://forum.openbullet.dev/topic/7/how-to-loop-on-a-list-variable/12
-
Thank you very much, reading the article made me understand a little more and finally it worked