-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The to-do list #19
Comments
|
I do all the testing manually at the moment. I don't use any of those since there's no version-handling on this project. Is it simular to unittest? |
These are automated tools that test each pull request before it is reviewed. One of the tests that they could run could be unittests. They could also run other test frameworks (pytest) and linters (pylint, flake8, mypy, etc). CPython runs several (click Show all checks): |
Alright, thanks for the info. I'll add it to the todo! |
Followed your steps and merged the PR @cclauss - let me know if I missed something, im new to Travis Ci. |
Tests are running now... #23 |
Merged #23 as well |
Nice work! So the rule going forward should be: If Travis is not green, the PR should not be merged. |
You can check the last box in the list above. |
Alright, good to know. Thanks!
Done! |
Is it time to check the second last box above? |
It is, going too! Thanks for all the help so far. Really appreciated! |
Missclick, lol. |
Restructure of winstructures is completed in PR 5cd9c8b |
Readme got updated in: c7d895d |
@cclauss Is it possible for Travis-ci to ignore colorama import if it's not being used? And just only colorama. https://travis-ci.com/github/rootm0s/WinPwnage/jobs/307519521 Edit: |
Added:
Reason: |
Used pyinstaller --onefile main.py to make main.exe Whn i run it: main.exe -scan C:\Users\Usuari\Desktop\WinPwnage-master\dist>main.exe -scan [!] Comparing build number (18363) against 'Fixed In' build numbers Id: Type: Compatible: Description: No any scan provided Thanks for help and congrats ) |
You need to specify if you want to search for uac/persist/elevate methods.
|
It would be good if the software would display a clear warning if the user forgets to specify a search. Or it could execute a reasonable default. |
Hi ) seems maybe soft don't find the scripts to us or similar ? thnx again |
Agree, would be more user friendly. Or just add it to the README, some scan arguments so people understand how it works. It does say it expect one more argument if only passing
|
Create a separate issue here on Github and provide what python version you run, will try to help you. It works locally here in 3 different VMs, also Travis CI is able to build and use the scan functions. Don't think it's a WinPwnage bug. |
Added some examples to README for now: |
The to-do list:
sys.argv[]
calls frommain.py
and use argparse instead (Fixed in: 7de4146)winpwnage.py
in README tomain.py
The text was updated successfully, but these errors were encountered: