problema ao atualizar o backbox usando o sudo apt-get update

1
[*] starting at 19:46:20

[19:46:20] [INFO] updating sqlmap to the latest development version from the GitHub repository
[19:46:20] [INFO] update in progress ..
[19:46:22] [ERROR] update could not be completed ('From git github com sqlmapproject sqlmap branch HEAD FETCH_HEAD error Your local changes to the following files would be overwritten by merge udf postgresql linux 32 8 3 lib_postgresqludf_sys so udf postgresql linux 32 8 4 lib_postgresqludf_sys so udf postgresql linux 32 9 0 lib_postgresqludf_sys so udf postgresql linux 64 8 2 lib_postgresqludf_sys so udf postgresql linux 64 8 3 lib_postgresqludf_sys so udf postgresql linux 64 8 4 lib_postgresqludf_sys so udf postgresql linux 64 9 0 lib_postgresqludf_sys so Please commit your changes or stash them before you can merge Aborting')
[19:46:22] [INFO] for Linux platform it's required to install a standard 'git' package (e.g.: 'sudo apt-get install git')

[*] shutting down at 19:46:22
    
por solo 04.04.2015 / 16:38

1 resposta

0

De acordo com este problema do GH , você deve executar os seguintes comandos:

cd /tmp
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap
cd sqlmap
python sqlmap.py --update

Prefira o comando python com sudo , se necessário.

    
por kenorb 16.03.2016 / 13:54