Block a user
	
				
				
					Script to dump all users and get their password
					
					
						
					
				
			
			I noticed that several bot users are registered in the software. Can you please sort them out using a regex to find them using the /references endpoint ? Here is the regex rule :
- bot…
 
				
				
					Added bot exclusion using regex
				
			
			
				
				
					Script to dump all users and get their password
					
					
						
					
				
			
			First generation : "^[A-Z]\w+[0-9][A-Z]"gm
Second generation : `"^.*?([A-Z]
				
				
					Implements virtual threads
				
			
			
				
				
					Removed SSLBypass class
				
			
			
				
				
					Added SSL verification bypass & port choice / Optimisation
					
					
						
					
				
			
			Finally made it works (forgot Thread.join()).
The main difference between Threads and Virtual Threads is that the virtual ones are managed only by the JVM and don't need any call to the…
				
				
					Added SSL verification bypass & port choice / Optimisation
					
					
						
					
				
			
			I'm sorry I can't get Virtual threads to work. They just won't start. And nothing happen with them. Here is what I tried :
Runnable r = () -> {
	JSONObject user = usersArray.getJSONObj…
				
				
					Added SSL verification bypass & port choice / Optimisation