├── LICENSE ├── README.md ├── agentServer.py ├── createAgent.py ├── createMacro.py ├── ico ├── 6909249-black-hd-background.jpg ├── Email-15-512.png ├── Example.png ├── ExcelMacro.png ├── Office-icon.png ├── agent.png ├── android.ico ├── canva-envelope-mail-with-magnifying-glass-MACquK28O1k.png ├── classicUpdate.ico ├── exe.PNG ├── exe2.PNG ├── flame-2-xxl.png ├── grey_new_seo2-40-128.png ├── hook.png ├── icon.ico ├── icons ├── info_512pxGREY.png ├── letter__open__post__openmail__mail__email__envelope-128.png ├── mail-email-send-receive-fail-failed-error-3a5c0606a012c200-256x256.png ├── mailsent.jpg ├── search_mail-512.png ├── sent-mail-128.png ├── settingApp.ico ├── windows.ico └── windowsUpdate.ico ├── img ├── Mailsender.PNG ├── STEP1.png ├── STEP2.png ├── STEP3.png ├── STEP4.png ├── STEP5.png ├── agent.png ├── agentcreator.PNG ├── ddecreator.PNG ├── generalsettings.PNG ├── images ├── macrocreator.PNG ├── mailsend.PNG ├── openmail.PNG ├── returninfo.PNG └── statisticreport.PNG ├── macro ├── createfile │ ├── DownloadMacro.txt │ └── _ ├── extractMacro.py ├── macros └── mainmacro.py ├── mailsender ├── maildir └── smtp.py ├── messagebox.py ├── requirements.txt ├── sendMail.py ├── sleuth ├── _ ├── agent.py ├── agentOpenList │ └── Report │ │ └── rapor ├── agentplot.py ├── createReport.py ├── ddeCreate.py ├── mailOpenList │ └── Report │ │ └── rapor └── settings │ ├── Uygulama.spec │ ├── tmpfile │ └── tmp │ └── version.txt └── start.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/README.md -------------------------------------------------------------------------------- /agentServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/agentServer.py -------------------------------------------------------------------------------- /createAgent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/createAgent.py -------------------------------------------------------------------------------- /createMacro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/createMacro.py -------------------------------------------------------------------------------- /ico/6909249-black-hd-background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/6909249-black-hd-background.jpg -------------------------------------------------------------------------------- /ico/Email-15-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/Email-15-512.png -------------------------------------------------------------------------------- /ico/Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/Example.png -------------------------------------------------------------------------------- /ico/ExcelMacro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/ExcelMacro.png -------------------------------------------------------------------------------- /ico/Office-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/Office-icon.png -------------------------------------------------------------------------------- /ico/agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/agent.png -------------------------------------------------------------------------------- /ico/android.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/android.ico -------------------------------------------------------------------------------- /ico/canva-envelope-mail-with-magnifying-glass-MACquK28O1k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/canva-envelope-mail-with-magnifying-glass-MACquK28O1k.png -------------------------------------------------------------------------------- /ico/classicUpdate.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/classicUpdate.ico -------------------------------------------------------------------------------- /ico/exe.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/exe.PNG -------------------------------------------------------------------------------- /ico/exe2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/exe2.PNG -------------------------------------------------------------------------------- /ico/flame-2-xxl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/flame-2-xxl.png -------------------------------------------------------------------------------- /ico/grey_new_seo2-40-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/grey_new_seo2-40-128.png -------------------------------------------------------------------------------- /ico/hook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/hook.png -------------------------------------------------------------------------------- /ico/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/icon.ico -------------------------------------------------------------------------------- /ico/icons: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ico/info_512pxGREY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/info_512pxGREY.png -------------------------------------------------------------------------------- /ico/letter__open__post__openmail__mail__email__envelope-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/letter__open__post__openmail__mail__email__envelope-128.png -------------------------------------------------------------------------------- /ico/mail-email-send-receive-fail-failed-error-3a5c0606a012c200-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/mail-email-send-receive-fail-failed-error-3a5c0606a012c200-256x256.png -------------------------------------------------------------------------------- /ico/mailsent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/mailsent.jpg -------------------------------------------------------------------------------- /ico/search_mail-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/search_mail-512.png -------------------------------------------------------------------------------- /ico/sent-mail-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/sent-mail-128.png -------------------------------------------------------------------------------- /ico/settingApp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/settingApp.ico -------------------------------------------------------------------------------- /ico/windows.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/windows.ico -------------------------------------------------------------------------------- /ico/windowsUpdate.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/ico/windowsUpdate.ico -------------------------------------------------------------------------------- /img/Mailsender.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/Mailsender.PNG -------------------------------------------------------------------------------- /img/STEP1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/STEP1.png -------------------------------------------------------------------------------- /img/STEP2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/STEP2.png -------------------------------------------------------------------------------- /img/STEP3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/STEP3.png -------------------------------------------------------------------------------- /img/STEP4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/STEP4.png -------------------------------------------------------------------------------- /img/STEP5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/STEP5.png -------------------------------------------------------------------------------- /img/agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/agent.png -------------------------------------------------------------------------------- /img/agentcreator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/agentcreator.PNG -------------------------------------------------------------------------------- /img/ddecreator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/ddecreator.PNG -------------------------------------------------------------------------------- /img/generalsettings.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/generalsettings.PNG -------------------------------------------------------------------------------- /img/images: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/macrocreator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/macrocreator.PNG -------------------------------------------------------------------------------- /img/mailsend.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/mailsend.PNG -------------------------------------------------------------------------------- /img/openmail.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/openmail.PNG -------------------------------------------------------------------------------- /img/returninfo.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/returninfo.PNG -------------------------------------------------------------------------------- /img/statisticreport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/img/statisticreport.PNG -------------------------------------------------------------------------------- /macro/createfile/DownloadMacro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/macro/createfile/DownloadMacro.txt -------------------------------------------------------------------------------- /macro/createfile/_: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /macro/extractMacro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/macro/extractMacro.py -------------------------------------------------------------------------------- /macro/macros: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /macro/mainmacro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/macro/mainmacro.py -------------------------------------------------------------------------------- /mailsender/maildir: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mailsender/smtp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/mailsender/smtp.py -------------------------------------------------------------------------------- /messagebox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/messagebox.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/requirements.txt -------------------------------------------------------------------------------- /sendMail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/sendMail.py -------------------------------------------------------------------------------- /sleuth/_: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sleuth/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/sleuth/agent.py -------------------------------------------------------------------------------- /sleuth/agentOpenList/Report/rapor: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sleuth/agentplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/sleuth/agentplot.py -------------------------------------------------------------------------------- /sleuth/createReport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/sleuth/createReport.py -------------------------------------------------------------------------------- /sleuth/ddeCreate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/sleuth/ddeCreate.py -------------------------------------------------------------------------------- /sleuth/mailOpenList/Report/rapor: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sleuth/settings/Uygulama.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/sleuth/settings/Uygulama.spec -------------------------------------------------------------------------------- /sleuth/settings/tmpfile/tmp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sleuth/settings/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/sleuth/settings/version.txt -------------------------------------------------------------------------------- /start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azizaltuntas/Camelishing/HEAD/start.py --------------------------------------------------------------------------------