Get technical information about the system, such as:
- Angular version (ng-version).
Display technical information of the system.
Disable functionalities that give information about the components used such as names and versions.
Anonymous attacker from the Internet.
⌚ 30 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
No functionalities that show technical information about the system
@Component({
selector: '[data-app]',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
constructor(private _elementRef: ElementRef) {
}
ngOnInit(): void {
this._elementRef.nativeElement.removeAttribute("ng-version");
}
}
There is information in the code that displays the ng-version of the system