> For the complete documentation index, see [llms.txt](https://notes.programmersecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.programmersecurity.com/bug-bounty/signup-page.md).

# SignUp Page

## SignUp With Comapny Domain

When ever you are trying to signup or register, always try to signup with the company registered domain

```javascript
Company name ---> programmersecurity.com

programmerboy@programmersecurity.com // this can be blocked 

// so try this

PROGRAMMERBOY@PROGRAMMERSECURIYT.COM // this can work sometimes


```
