Rating:
# Challenge Name: NRC
![date](https://img.shields.io/badge/date-15.06.2021-brightgreen.svg)
![solved in time of CTF](https://img.shields.io/badge/solved-in%20time%20of%20CTF-brightgreen.svg)
![web category](https://img.shields.io/badge/category-Web-blueviolet.svg)
![value](https://img.shields.io/badge/value-107-blue.svg)
## Description
Find the flag :)
## Detailed solution
Opening the challenge link https://no-right-click.hsc.tf/
We can't use right click so let's use F12 to open dev tools
We can see the CSS and JS files
![image](https://user-images.githubusercontent.com/72421091/122646488-46f75780-d117-11eb-928a-e6cafffccdf2.png)
We can see the flag in the css file https://no-right-click.hsc.tf/useless-file.css
## Flag
```
flag{keyboard_shortcuts_or_taskbar}
```