diff --git a/LICENCE b/LICENCE index 201eaec..b610894 100644 --- a/LICENCE +++ b/LICENCE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Fondazione Bruno Kessler + Copyright 2024 Fondazione Bruno Kessler Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index f2b96a7..e763522 100644 --- a/README.md +++ b/README.md @@ -85,49 +85,6 @@ You have to use the jar that has "-with-dependencies" in its name, the other wil Documentation about MIG-T and the language can be found in this repo's [wiki](https://github.com/stfbk/mig-t/wiki) -# Contributors - -Following is the list of students that contributed to the evolution of the tool, and their corresponding thesis. - -- Matteo Bitussi (Bachelor's Thesis, University of Trento, 2022) Declarative Specification of Pentesting Strategies for Browser-based Security Protocols: the Case Studies of SAML and OAuth/OIDC -- Wendy Barreto (Bachelor's Thesis, University of Trento, 2021) Design and implementation of an attack pattern language for the automated pentesting of OAuth/OIDC deployments -- Stefano Facchini (Bachelor's Thesis, University of Trento, 2020) Design and implementation of an automated tool for checking SAML SSO vulnerabilities and SPID compliance -- Claudio Grisenti (Bachelor's Thesis, University of Trento, 2020) A pentesting tool for OAuth and OIDC deployments -- Ivan Martini (Bachelor's Thesis, University of Trento, 2018) An automated security testing framework for SAML SSO deployments -- Valentina Odorizzi (Bachelor's Thesis, University of Trento, 2018) Progettazione e sviluppo di uno strumento per l'analisi automatica di vulnerabilità "Missing XML Validation" in SAML SSO -- Giulio Pellizzari (Bachelor's Thesis, University of Trento, 2018) Design and implementation of a tool to detect Login Cross-Site Request Forgery in SAML SSO: G Suite case study - -# License - -``` -Copyright 2023, Fondazione Bruno Kessler - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -``` - -Developed within [Security & Trust](https://st.fbk.eu/) Research Unit at [Fondazione Bruno Kessler](https://www.fbk.eu/en/) (Italy) in collaboration with [Istituto Poligrafico e Zecca dello Stato](https://www.ipzs.it/) (Italy) and Futuro & Conoscenza. - -## Other software - -### SAMLRaider - -Some parts of the tool that manages SAML certificates has been built by using portions of SAMLRaider code (). - -### nimbus-jose-jwt - -Parts of the tool that manage JWTs has been built using nimbus-jose-jwt - - # MIG-T API Documentation Explore the API endpoints and documentation here: @@ -202,4 +159,61 @@ A verbose parameter is available (`/result?verbose=true`) to retrieve data from } ] } -``` \ No newline at end of file +``` + +# Contributors + +The following is a list of FBK employees and collaborators who have contributed to the development of the tool: + +- [Andrea Bisegna](https://st.fbk.eu/people/andrea-bisegna) +- [Matteo Bitussi](https://st.fbk.eu/people/matteo-bitussi) +- [Simone Brunello](https://st.fbk.eu/people/simone-brunello) +- [Roberto Carbone](https://st.fbk.eu/people/roberto-carbone) +- [Laura Cristiano](https://cs.fbk.eu/people/laura-cristiano) +- [Pietro De Matteis](https://rising.fbk.eu/people/pietro-de-matteis) (FBK & DedaGroup) +- [Eleonora Marchesini](https://st.fbk.eu/people/eleonora-marchesini) +- [Silvio Ranise](https://cs.fbk.eu/people/silvio-ranise) + + +Following is the list of students that contributed to the evolution of the tool, and their corresponding thesis. + +- Pier Guido Seno (Bachelor's Thesis, University of Trento, 2024) From Local to Remote: Enhancing MIG-T Pentesting Tool with SaaS for Securing Digital Identity +- Matteo Bitussi (Bachelor's Thesis, University of Trento, 2022) Declarative Specification of Pentesting Strategies for Browser-based Security Protocols: the Case Studies of SAML and OAuth/OIDC +- Wendy Barreto (Bachelor's Thesis, University of Trento, 2021) Design and implementation of an attack pattern language for the automated pentesting of OAuth/OIDC deployments +- Stefano Facchini (Bachelor's Thesis, University of Trento, 2020) Design and implementation of an automated tool for checking SAML SSO vulnerabilities and SPID compliance +- Claudio Grisenti (Bachelor's Thesis, University of Trento, 2020) A pentesting tool for OAuth and OIDC deployments +- Ivan Martini (Bachelor's Thesis, University of Trento, 2018) An automated security testing framework for SAML SSO deployments +- Valentina Odorizzi (Bachelor's Thesis, University of Trento, 2018) Progettazione e sviluppo di uno strumento per l'analisi automatica di vulnerabilità "Missing XML Validation" in SAML SSO +- Giulio Pellizzari (Bachelor's Thesis, University of Trento, 2018) Design and implementation of a tool to detect Login Cross-Site Request Forgery in SAML SSO: G Suite case study + +# License + +``` +Copyright 2024, Fondazione Bruno Kessler + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` + +Developed within [Security & Trust](https://st.fbk.eu/) Research Unit at [Fondazione Bruno Kessler](https://www.fbk.eu/en/) (Italy) in collaboration with [Istituto Poligrafico e Zecca dello Stato](https://www.ipzs.it/) (Italy) and Futuro & Conoscenza. + +## Other software + +### SAMLRaider + +Some parts of the tool that manages SAML certificates has been built by using portions of SAMLRaider code (). + +### nimbus-jose-jwt + +Parts of the tool that manage JWTs has been built using nimbus-jose-jwt + +