Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 675e4a0

Browse files
committed
Merge branch 'master' of github.com:sqlmapproject/sqlmap
2 parents 41834e7 + db91137 commit 675e4a0

132 files changed

Lines changed: 359 additions & 322 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_sqlmap.py

100755100644
File mode changed.

doc/THANKS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ Kyprianos Vasilopoulos, <[email protected]>
560560

561561
Vlado Velichkovski, <[email protected]>
562562
* for reporting considerable amount of bugs
563+
* for suggesting an enhancement
563564

564565
Johnny Venter, <[email protected]>
565566
* for reporting a couple of bugs

extra/beep/__init__.py

100755100644
File mode changed.

extra/beep/beep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def beep():
2424
_linux_wav_play(BEEP_WAV_FILENAME)
2525
else:
2626
_speaker_beep()
27-
except Exception:
27+
except:
2828
_speaker_beep()
2929

3030
def _speaker_beep():

extra/cloak/__init__.py

100755100644
File mode changed.

extra/cloak/cloak.py

100755100644
File mode changed.

extra/dbgtool/dbgtool.py

100755100644
File mode changed.

extra/icmpsh/icmpsh_m.py

100755100644
File mode changed.

extra/safe2bin/README.txt

100755100644
File mode changed.

extra/safe2bin/safe2bin.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)