Copy fields from one form and paste into another form from different sites

0

I'm developing a particular system, using PHP, JQUERY, MYSQL, and I need sort of automating a routine:

I have a registration form on my web system and I need some google chrome tool or app that will allow me to copy all of these fields from my form and paste them into another form from another site that does not belong to me.

What happens is that I have my system where I feed the cadastral data of a certain client and has another system that does not belong to me where I need to for administrative reasons fill the same data.

Unfortunately this third-party system does not have any interaction tools where I could import some files for loading. So I'm trying to develop or use some tool that allows me to copy and paste faster.

I'm grateful.

    
asked by anonymous 07.08.2018 / 20:05

1 answer

0

This is quite simple as incredible as it may seem Do the following test, go to link

Now go by this address

link

You'll notice this:

ChromehastreatedthenameattributeoftheinputsearchthatisnamedqandputthevalueIsentbyURL.

Ifyouwanttogivethesubmitautomaticallyit'ssimpletoo,gotothesiteyouwantandputitintheURL

<scripttype="text/javascript">
  alert('This is an XSS Vulnerability')
</script>

If it works, you can use .Trigger or .submit if you have Jquery on the site.

    
08.08.2018 / 20:01