@zzVovan said in Can BAS get MAC address?:
getmac /v /fo listHi everyone,
like title, is there any way to get client's MAC in BAS or Node.js?
1e535841-4801-46ec-a334-a81f052f7b16-изображение.png
Hi, Please help.
I got a URL
https://www.xxxxxxxx.com/profilexxxxx/?keywords=&xxxxx=xxxxx&has_xxxxx=1&xxxxx_xxxxx=1&p=3
how can I get the "3" only after the p=?
Please any help? Im getting the FULL URL via Current URL button in BAS and storing it to a variable, now how can I split the FULL URL and only SAVE the "3" at the end?
Thank you
@stephenperry18, execute code
[[P]] = [[URL]].split("p=")[1]