Skip to content

Commit 83d1275

Browse files
v2.1.1
1 parent 78dfd36 commit 83d1275

9 files changed

Lines changed: 197 additions & 58 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the behavior:
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
**Screenshots**
21+
If applicable, add screenshots to help explain your problem.
22+
23+
**Desktop (please complete the following information):**
24+
- OS: [e.g. iOS]
25+
- Browser [e.g. chrome, safari]
26+
- Version [e.g. 22]
27+
28+
**Smartphone (please complete the following information):**
29+
- Device: [e.g. iPhone6]
30+
- OS: [e.g. iOS8.1]
31+
- Browser [e.g. stock browser, safari]
32+
- Version [e.g. 22]
33+
34+
**Additional context**
35+
Add any other context about the problem here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

CODE_OF_CONDUCT.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [website](https://aravindvnair99.firebaseapp.com). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
```
2+
All contributions are welcome! Code, documentation, softwares, scripts, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!
3+
```
4+
5+
# I found some bugs or issues. Where do I report?
6+
7+
Report [here](https://github.com/aravindvnair99/Phishing/issues/new/choose) in detail answering these questions:
8+
9+
* What steps did you take to make the bug appear?
10+
* How can the bug be fixed? (Incase you know)
11+
* Which OS are you using?
12+
* Have you tried any troubleshooting steps such as a reboot for example?
13+
* Have you followed the prescribed prerequisites?
14+
15+
# How do I contact the team?
16+
17+
Check [here](https://github.com/aravindvnair99/Phishing/graphs/contributors) for the list of contributors. Contact one of them through their profiles.

PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Fixes #
2+
3+
## Proposed Changes
4+
5+
-
6+
-
7+
-

Prerequisite.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* npm
2+
* Node.js
3+
4+
Check [here](https://github.com/aravindvnair99/Phishing/network/dependencies) for the remaining prerequisites.
5+
6+
Check [here](https://github.com/aravindvnair99/Phishing/blob/master/functions/package.json) for viewing the package.json file.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Phishing
22

3-
Phishing is the fraudulent attempt to obtain sensitive information such as usernames, passwords and credit card details by disguising as a trustworthy entity in an electronic communication. This is a demo of a phishing attack by made originally to catch someone impersonating me. It is based on HTML5, CSS3, Materialize, JS, Node.js, Express.js Firebase Hosting, Firebase Cloud Functions, Firebase Authentication, Firebase Cloud Firestore.
3+
Phishing is the fraudulent attempt to obtain sensitive information such as usernames, passwords and credit card details by disguising as a trustworthy entity in an electronic communication. This is a demo of a phishing attack by made originally to catch someone impersonating me. It is based on HTML5, CSS3, Materialize, JS, Node.js, Express.js, Firebase Hosting, Firebase Cloud Functions, Firebase Authentication, Firebase Cloud Firestore.
44

55
# :heavy_exclamation_mark: For Educational Purposes Only
66

7-
Education, freedom and knowledge. These are the pillars for higher learning. All content posted in this repository is strictly for educational and informational purposes only and I'm in no way responsible for what you do. Please don't enter your actual data on the website. I will be able to see what you enter. To test the code on your own, please fork / clone the repository instead and run on Firebase by editing ".firebaserc" file.
7+
Education, freedom and knowledge. These are the pillars for higher learning. All content posted in this repository is strictly for educational and informational purposes only and I'm in no way responsible for what you do. The code is provided as is and what you do with it, is solely your responsibility. Please don't enter your actual data on the website. I will be able to see what you enter. To test the code on your own, please fork / clone the repository instead and run on Firebase by editing ".firebaserc" file and creating a project.
88

99
# :computer: How to contribute?
1010

functions/package-lock.json

Lines changed: 57 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Phishing",
33
"name": "phishing",
44
"description": "Phishing is the fraudulent attempt to obtain sensitive information such as usernames, passwords and credit card details by disguising as a trustworthy entity in an electronic communication. This is a demo of a phishing attack by a web site.",
5-
"version": "2.0.1",
5+
"version": "2.1.1",
66
"main": "index.js",
77
"keywords": [
88
"phishing",
@@ -18,20 +18,17 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/aravindvnair99/Phishing.git"
21+
"url": "https://github.com/AravindVNair99/Phishing.git"
22+
},
23+
"author": {
24+
"name": "Aravind V. Nair",
25+
"url": "https://github.com/AravindVNair99/"
2226
},
23-
"author": "Contributors",
24-
"contributors": [
25-
{
26-
"name": "Aravind V. Nair",
27-
"url": "https://github.com/AravindVNair99/"
28-
}
29-
],
3027
"license": "Apache License 2.0",
3128
"bugs": {
32-
"url": "https://github.com/aravindvnair99/Phishing/TrackEx/issues"
29+
"url": "https://github.com/AravindVNair99/Phishing/issues"
3330
},
34-
"homepage": "https://.firebaseapp.com",
31+
"homepage": "https://all-about-aravind.firebaseapp.com",
3532
"scripts": {
3633
"lint": "eslint .",
3734
"serve": "firebase serve --only functions",
@@ -43,8 +40,8 @@
4340
"dependencies": {
4441
"ejs": "^2.6.1",
4542
"express": "^4.16.4",
46-
"firebase-admin": "~7.0.0",
47-
"firebase-functions": "^2.2.0"
43+
"firebase-admin": "^7.3.0",
44+
"firebase-functions": "^2.3.0"
4845
},
4946
"devDependencies": {
5047
"eslint": "^5.12.0",

0 commit comments

Comments
 (0)