AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.43k stars 2.02k forks source link

[bug] Where is the parse_xml in RDPManager #614

Closed SuCicada closed 1 year ago

SuCicada commented 1 year ago

https://github.com/AlessandroZ/LaZagne/blob/0938b34a278577668c8b37b311c2beb372df3741/Windows/lazagne/softwares/sysadmin/rdpmanager.py#LL93-L94

                try:
                    for r in root.find('FilesToOpen'):
                        if os.path.exists(r.text):
                            self.debug(u'New setting file found: %s' % r.text)
                            pwd_found += self.parse_xml(r.text)
                except Exception:
                    pass