Skip to content

Commit ee3b84c

Browse files
committed
update readme
1 parent ddd3b4d commit ee3b84c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,22 @@ m0nst3r(Song Xinlei) @ CFCA
3333
- migration to python3
3434
- dynamic context menu items extracted from your python script
3535
- add `first_line` variable to `header` dict
36+
- remove py editor, because it seems quite useless, and may lead to file mis-overwritten.
37+
- upgrade pyro4 to pyro5, due to a bug#80 of pyrolite
3638

37-
# Usage (`=v2.0`)
39+
# Usage (`>=v2.0`)
3840
> NOTE: MAKE SURE YOU HAVE ALL DEPENDENCIES INSTALLED, INCLUDING THE DEPENDENCIES NEEDED FOR YOUR PYTHON SCRIPT
3941
40-
1. install PyRO, version 4 is used.
41-
2. configure python and pyro settings
42-
3. configure the python file you wanna run
43-
4. click "Start server", burpy will read your python script file and get all functions to generate the context menu
44-
5. use context memu item to invoke your script's regarding function
45-
6. write own payload processor, especially usefull with enc/dec
42+
1. ~~install PyRO, version 4 is used.~~
43+
2. install Pyro, version 5 is used: `pip install pyro5`
44+
3. configure python and pyro settings: **DON'T USE `LOCALHOST`, use `127.0.0.1` instead**
45+
4. configure the python file you wanna run
46+
5. click "Start server", burpy will read your python script file and get all functions to generate the context menu
47+
6. use context memu item to invoke your script's regarding function
48+
7. write own payload processor, especially usefull with enc/dec
4649

47-
> Install editor plugin example: mvn install:install-file -DgroupId=com.fifesoft -DartifactId=rsyntaxtextarea -Dversion=2.6.1.edited -Dpackaging=jar -Dfile=/home/m0nst3r/study/java/rsyntaxtextarea-2.6.1.edited.jar
50+
> ~~Install editor plugin example: mvn install:install-file -DgroupId=com.fifesoft -DartifactId=rsyntaxtextarea -Dversion=2.6.1.edited -Dpackaging=jar -Dfile=/home/m0nst3r/study/java/rsyntaxtextarea-2.6.1.edited.jar~~
51+
> not necessary after version 2.4.4, as py editor was removed.
4852
4953
# the python script sample
5054
Just write your own logic to modify the header/body as your need, and return the header/body, just that simple!

0 commit comments

Comments
 (0)