edoardottt / lit-bb-hack-tools

Little Bug Bounty & Hacking Tools⚔️
https://edoardottt.com/
GNU General Public License v3.0
329 stars 55 forks source link

add new feature in rapwp #28

Closed ghsec closed 2 years ago

ghsec commented 2 years ago

please add -pL parameter which grabs payloads from the wordlist for rapwp. And not replace for all parameters, if possible need replaces one by one parameter value.

edoardottt commented 2 years ago

Thanks for your suggestions, nice ones :) I'm gonna add now the first one, the -pL option. For the second one I have to think how to implement that :)

edoardottt commented 2 years ago

Done for the first one (-pL).

ghsec commented 2 years ago

Screenshot from 2022-04-15 18-35-17 Screenshot from 2022-04-15 18-35-46

script returns value-added with payloads and without empty values.

edoardottt commented 2 years ago

If you mean there is a problem with empty payloads I just pushed an update, notify me if this is not solving the issue :)

ghsec commented 2 years ago

Ok, thank you fixed. yes in my payload list was an empty line.

edoardottt commented 2 years ago

@ghsec I've added the option -obo(one by one) in rapwp.

Try like this:

cat urls.txt | rapwp -p "your payload" -obo

and let me know if this is okay. If yes, I will roll out a new release.

remember to update all the tools before test :P

ghsec commented 2 years ago

with -obo and without works fine. thank you very much.