forked from RoganDawes/P4wnP1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.txt
20 lines (12 loc) · 849 Bytes
/
ToDo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
1) [DONE] fix issues in duckencoder.py
flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./hidtools/backdoor/DuckEncoder.py:190:43: F821 undefined name 'key_entry'
print "Error: No keycode entry for " + key_entry
^
./hidtools/backdoor/DuckEncoder.py:392:17: F821 undefined name 'parseScriptLine'
result += parseScriptLine(lastLine, keyProp, langProp)
^
2) [DONE] get rid of doubled duckencoder (symlink the submodule or add ./duckencoder to pythons module path)
3) [DONE] Add option to change AP name
4) [DONE] Add menue driven lagunage selection, "SetKeyboardLanguage without parametes gives a menu
5) [Open] Add filesystem browsing commands for target (analog to local command lcd, lpwd, lls) --> preparation for file transfer