• Joined on 2024-07-16
Mateo pushed to dev at Stage/ansible_playbooks 2024-08-09 12:57:31 +00:00
113e72401e Licensing
Mateo pushed to bot_exclusion at Stage/bug-bounty-reports 2024-08-09 12:49:44 +00:00
7845417ce7 Implement Thread pools
Mateo pushed to dev at Stage/ansible_playbooks 2024-08-09 12:23:20 +00:00
23ad0ff277 Added loopback iptables rule
Mateo commented on issue Stage/bug-bounty-reports#1 2024-08-07 12:28:51 +00:00
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…
Mateo created pull request Stage/bug-bounty-reports#10 2024-08-07 12:27:50 +00:00
Added bot exclusion using regex
Mateo created branch bot_exclusion in Stage/bug-bounty-reports 2024-08-07 12:27:05 +00:00
Mateo pushed to bot_exclusion at Stage/bug-bounty-reports 2024-08-07 12:27:05 +00:00
b125e250bd Added bot exclusion using regex
Mateo commented on issue Stage/bug-bounty-reports#1 2024-08-07 08:45:28 +00:00
Script to dump all users and get their password

First generation : "^[A-Z]\w+[0-9][A-Z]"gm Second generation : `"^.*?([A-Z]

Mateo created pull request Stage/bug-bounty-reports#9 2024-08-06 08:40:32 +00:00
Implements virtual threads
Mateo created pull request Stage/bug-bounty-reports#8 2024-08-06 08:39:39 +00:00
Removed SSLBypass class
Mateo created branch virtual_threads in Stage/bug-bounty-reports 2024-08-06 08:39:12 +00:00
Mateo pushed to virtual_threads at Stage/bug-bounty-reports 2024-08-06 08:39:12 +00:00
3aa13a9909 Implements virtual threads
Mateo commented on pull request Stage/bug-bounty-reports#4 2024-08-06 08:37:25 +00:00
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…

Mateo commented on pull request Stage/bug-bounty-reports#4 2024-08-06 08:08:21 +00:00
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
Mateo created branch without_bypass in Stage/bug-bounty-reports 2024-08-06 06:48:37 +00:00
Mateo pushed to without_bypass at Stage/bug-bounty-reports 2024-08-06 06:48:37 +00:00
0142689374 Removed SSLBypass class
Mateo closed pull request Stage/bug-bounty-reports#4 2024-08-02 12:53:28 +00:00
Added SSL verification bypass & port choice / Optimisation
Mateo pushed to dev at Stage/bug-bounty-reports 2024-08-02 12:51:16 +00:00
Mateo pushed to new_caesar at Stage/bug-bounty-reports 2024-08-02 12:49:55 +00:00
a329a54e82 Simplified elapsed time calculating
91a2a983c2 Simplified elapsed time calculating
e1e4a26e62 Asynchronous passwords parsing
Compare 3 commits »
Mateo pushed to new_caesar at Stage/bug-bounty-reports 2024-08-02 12:48:13 +00:00