Aspectise / Roblox-Mass-Tools

Mass group leaver, Mass unfriend, Steal group clothes, Nuke account, Pin cracker and more
GNU General Public License v3.0
56 stars 15 forks source link

csrf always returns a token #1

Closed efenatuyo closed 6 months ago

efenatuyo commented 6 months ago

https://github.com/Aspectise/Roblox-Mass-Tools/blob/74e32a4193aa3845ee6ec43db083055a1db07071/src/csrf.py#L6 even if cookie is invalid a token will still be returned

Aspectise commented 6 months ago

https://github.com/Aspectise/Roblox-Mass-Tools/blob/74e32a4193aa3845ee6ec43db083055a1db07071/src/csrf.py#L6

even if cookie is invalid a token will still be returned

Whats the problem?

efenatuyo commented 6 months ago

There will be always a token returned so u don’t need to check if there is a token or not. Also you duped some parts you made another function where it also gets the xtoken just like here

Aspectise commented 6 months ago

There will be always a token returned so u don’t need to check if there is a token or not. Also you duped some parts you made another function where it also gets the xtoken just like here

I know, that file has it own xcsrf, for some reason the xcsrf from the global csrf file doesn't work on it