Thanks for you all, Fairy method worked well regex worked well too

tiolxpe
@tiolxpe
Posts made by tiolxpe
-
RE: how can i make this
-
RE: how can i make this
65412E that should not pass
654126 that should pass
but both get successful and i just want the 654126 one -
RE: how can i make this
I liked it however I wanted to implement it in a password separator by size and when I put a size 6 password it returns success but when I put a size 6 password with letters it also returns success Is there any way to fix this? if you don’t have it I don’t care because it was very good the only problem was this.
-
how can i make this
IF "<PASS>" Contains "LETTERS" in case a b c d e etc
SET STATUS FAIL
ENDIF -
RE: Importing values from a file
UTILITY File "TOKENS.txt" ReadLines -> VAR "TOKEN" UTILITY List "TOKEN" Random -> CAP "RNDTOKEN"
the tokens.txt are the list of tokens in your openbullet folder
-
RE: Help with Selenium Source
BROWSERACTION Open NAVIGATE "https://www.google.com" BROWSERACTION DOMtoSOURCE #BLOCKNAMEREFRESH BROWSERACTION Refresh WHILE "<SOURCE>" Contains "google" JUMP #BLOCKNAMEREFRESH ELSE SET STATUS SUCCESS ENDWHILE
a little explanation about this code: WHILE GOOGLE SITE Contains "GOOGLE" it will refresh until the site dosnt have google when it dosnt have "google" it will do a SUCCESS key and will continue the config.
and about clearing the log I don't know how
-
RE: How to add condition block or statement?
IF "<v1>" NotEqualTo "" SET STATUS SUCCESS ELSE JUMP #YOURBLOCK ENDIF
-
RE: how to parse/ capture ip from OB
do a request to the myip api http://meuip.com/api/meuip.php and parse the ip