You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for considering contributing! CSSInj is an open-source project, and contributions, big or small, are always welcome.
4
+
5
+
## Ways to Contribute
6
+
7
+
You can help in many ways, including:
8
+
9
+
- Code patches and new features
10
+
- Bug reports and troubleshooting
11
+
- Documentation improvements
12
+
- Reviewing pull requests
13
+
14
+
Starring the repository is appreciated!
15
+
16
+
## Code of Conduct
17
+
18
+
Please see our [Code of Conduct](.github/CODE_OF_CONDUCT.md) for guidelines on participating in the Eskoz community. By contributing, you agree to follow these rules to help maintain a welcoming and productive environment.
@@ -139,15 +139,15 @@ The success of CSS injection attacks using @import depends on the browser's hand
139
139
This difference in behavior makes Chromium-based browsers more susceptible to CSS injection exfiltration, while Firefox provides better protection against such attacks.
140
140
141
141
## Todo
142
-
- General :
142
+
- General :
143
143
- [ ] Add error Handler
144
144
- [ ] File error Handler
145
145
- [ ] Add test
146
146
- [ ] Edit Terminal
147
147
148
-
- Injection :
148
+
- Injection :
149
149
- [x] Add injection parameters
150
-
- [] Add an option to save results to a file
150
+
- [x] Add an option to save results to a file
151
151
- [ ] Allow multiple CSS selectors for simultaneous extraction
0 commit comments