Jump to content
UBot Underground

Is there tutorials for the FILE MANAGEMENT PLUGIN from Aymen ?


Recommended Posts

Is there tutorials for the FILE MANAGEMENT PLUGIN from Aymen ?

 

I need to learn how base64 works

I see that there's a command but also a parameter

 

I think i'm going to explode trying to figure out how to use this.

I got some image captchas to solve and it would be the best way.

 

Ex: 2 black circles are shown then you must click on a black circle

You know that kind of thing.

 

Thanks

Link to post
Share on other sites

Base64 to Image:

plugin command("File Management.dll", "base64 to image", "R0lGODlhUAAPAKIAAAsLav///88PD9WqsYmApmZmZtZfYmdakyH5BAQUAP8ALAAAAABQAA8AAAPb
WLrc/jDKSVe4OOvNu/9gqARDSRBHegyGMahqO4R0bQcjIQ8E4BMCQc930JluyGRmdAAcdiigMLVr
ApTYWy5FKM1IQe+Mp+L4rphz+qIOBAUYeCY4p2tGrJZeH9y79mZsawFoaIRxF3JyiYxuHiMGb5KT
kpFvZj4ZbYeCiXaOiKBwnxh4fnt9e3ktgZyHhrChinONs3cFAShFF2JhvCZlG5uchYNun5eedRxM
AF15XEFRXgZWWdciuM8GCmdSQ84lLQfY5R14wDB5Lyon4ubwS7jx9NcV9/j5+g4JADs=", "Png", "{$special folder("Desktop")}\\tester.png")

Image to Base64

clear list(%base64fromimage)
ui open file("Select an image", #image)
add item to list(%base64fromimage, $plugin function("File Management.dll", "$image 2 base64", #image), "Delete", "Global")
save to file("{$special folder("Desktop")}\\Base64 from image.txt", %base64fromimage)

  • Like 1
Link to post
Share on other sites

Ahhh thanks Enigma GOT IT

 

Now i need to find a way to use this to solve captchas but i think Hellinsomnia's right.

 

Maybe using scraping, comparing heck i don't know but i will surely try something.

Say i save all the images into a folder, then make the bot read the captcha on the page and if it sees 2 images alike, bang clicks on one of them

Link to post
Share on other sites

Ahhh thanks Enigma GOT IT

 

Now i need to find a way to use this to solve captchas but i think Hellinsomnia's right.

 

Maybe using scraping, comparing heck i don't know but i will surely try something.

Say i save all the images into a folder, then make the bot read the captcha on the page and if it sees 2 images alike, bang clicks on one of them

 

What captcha do you mean?

Example url.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...