Skip to content

Instantly share code, notes, and snippets.

View MaxAsif's full-sized avatar

Md Asif Iqbal MaxAsif

View GitHub Profile
@MaxAsif
MaxAsif / frida-spoof.js
Created March 14, 2023 15:31 — forked from jacopo-j/frida-spoof.js
Frida script to spoof and hide several Android identifiers
/* Utilities */
var RANDOM = function() {};
function _randomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
function _randomHex(len) {
var hex = '0123456789abcdef';

1. Frontend challenge 1

Task.1

  • Create a webpage similar to the template : https://www.linkedin.com/m/login/
  • Use Frameworks like Bootstrap, Angular Material etc.
  • Need not to be exactly the same, images/text can be modified, but should be highly aesthetic.
  • Push the code to GitHub
  • Host the website on free hosting
  • Submit the link to this GitHub repository and the link of hosted website

Submissions

Column Header Column Value
Name ABCD
Roll Number ABCD
Email ABCD
1. Frontend Challenge 1: HTML file link ABCD
2. Frontend Challenge 2: HTML file link ABCD
3. Javascript task: Repository link ABCD