# How to create Firefox Profile

In order to separate VAPT tasks from other browser tasks, it is useful to create different profiles.

1. Open Run.
`firefox -no-remote -profilemanager`
![01.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952423542/DZxEwQkcG.png)
2. Create profile.
![02.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952435570/pf7fAjvJ0.png)
![03.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952461939/k-3YNfFZf.png)
3. Enter new profile name,
![04.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952477833/KIZDcpEUk.png)
4. Start Firefox.
![09.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952753563/BEEWRPb-r.png)
5. The profile settings can also be accessed by typing `about:profiles` in the address bar.
![05.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952491991/ztFuTHHl6.png)

## Browser Extensions

1. [FoxyProxy](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/) to switch between Burp and Zap.
![06.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952505859/syBTk_YrR.png)
![07.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952518734/9sF_jf6v-.png)
2. [Wappalyzer](https://addons.mozilla.org/en-US/firefox/addon/wappalyzer/) to find out the technology stack.
![08.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1614952530188/QpbWWtQ1u.png)

