diff --git a/mathmodenjoyer.jmx b/mathmodenjoyer.jmx index 06a7c37..2772813 100644 --- a/mathmodenjoyer.jmx +++ b/mathmodenjoyer.jmx @@ -1364,7 +1364,7 @@ false - + @@ -1727,59 +1727,10 @@ vars.put("password_user", password) - - - ${HOSTNAME} - ${PORT} - ${PROTOCOL} - utf-8 - /admin/auth/user/ - true - GET - true - false - - - - - - - - - Referer - ${PROTOCOL}://${HOSTNAME}:${PORT}/${login_${login_admin}}/auth/user/7/change/ - - - Accept-Language - ru,en;q=0.9,en-GB;q=0.8,en-US;q=0.7 - - - Upgrade-Insecure-Requests - 1 - - - Cache-Control - max-age=0 - - - Accept-Encoding - gzip, deflate - - - User-Agent - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0 - - - Accept - text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 - - - - - + false user_num - <a href="/admin/auth/user/(\d+)/change/">${login_user}</a> + /admin/auth/user/(\d+)/ $1$ user_num ERROR false @@ -1787,7 +1738,7 @@ vars.put("password_user", password) - + Detected the start of a redirect chain ${HOSTNAME} ${PORT} @@ -2057,7 +2008,7 @@ vars.put("password_user", password) false - + @@ -2133,7 +2084,7 @@ vars.put("password_user", password) - + ${HOSTNAME} ${PORT} ${PROTOCOL} @@ -2184,6 +2135,18 @@ vars.put("password_user", password) + + groovy + + + true + def username = "user_" + org.apache.commons.lang3.RandomStringUtils.random(10, 'abcdefghijklmnopqrstuvwxyz') +vars.put("login_user", username) + +def password = org.apache.commons.lang3.RandomStringUtils.random(10, 'abcdefghijklmnopqrstuvwxyz') +vars.put("password_user", password) + + @@ -2272,59 +2235,10 @@ vars.put("password_user", password) - - - ${HOSTNAME} - ${PORT} - ${PROTOCOL} - utf-8 - /admin/auth/user/ - true - GET - true - false - - - - - - - - - Referer - ${PROTOCOL}://${HOSTNAME}:${PORT}/${login_${login_admin}}/auth/user/7/change/ - - - Accept-Language - ru,en;q=0.9,en-GB;q=0.8,en-US;q=0.7 - - - Upgrade-Insecure-Requests - 1 - - - Cache-Control - max-age=0 - - - Accept-Encoding - gzip, deflate - - - User-Agent - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0 - - - Accept - text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 - - - - false user_num - <a href="/admin/auth/user/(\d+)/change/">${login_user}</a> + /admin/auth/user/(\d+)/ $1$ user_num ERROR false