cosad3s / postleaks

Search for sensitive data in Postman public library.
GNU General Public License v3.0
165 stars 24 forks source link

cannot find anythig in english #1

Closed MIaha3278 closed 4 months ago

MIaha3278 commented 6 months ago

Hi! I try to use you script but when I place a requests in english there is nothing found and when I use Russian its finds some. what can I do?

cosad3s commented 6 months ago

Can you provide an example to help me to reproduce the problem ?

ResistanceIsUseless commented 4 months ago

I think they are correct. I tried a bunch of generic keywords and it feels like broad searching isn't working anymore.

➜  Tools postleaks -k password      
[*] Looking for data in Postman.com
[*] Searching for requests IDs
[-] Error: No data found
➜  Tools postleaks -k "github_token"
[*] Looking for data in Postman.com
[*] Searching for requests IDs
[-] Error: No data found
➜  Tools postleaks -k "username"    
[*] Looking for data in Postman.com
[*] Searching for requests IDs
[-] Error: No data found
➜  Tools postleaks -k "Apple.com"
[*] Looking for data in Postman.com
[*] Searching for requests IDs
[-] Error: No data found
➜  Tools postleaks -k "github.com"
[*] Looking for data in Postman.com
[*] Searching for requests IDs
[-] Error: No data found
cosad3s commented 4 months ago

Thanks, I will investigate

cosad3s commented 4 months ago

Ok, I have identified that Postman.com introduced a limitation about the number of returned results. I will try to find a workaround if possible.

For example, for apple.com, even with the UI at https://www.postman.com/search?q=apple.com&scope=public&type=request, it is not possible to browse more than 300 anymore.

I added a limitation due to Postman.com restriction.

cosad3s commented 4 months ago

Thanks @ResistanceIsUseless @MIaha3278 !

ResistanceIsUseless commented 4 months ago

thank you @cosad3s, thanks for a great tool!