s4vitar / spoofMe

Programa ideal para el Spoofing de llamadas y mensajería instantánea (SMS) desde terminal.
147 stars 34 forks source link

Code Exits After Checking Sys.args length #3

Open BlackCode101 opened 1 year ago

BlackCode101 commented 1 year ago

after checking the length of sys.args the code exits because the condition says if len(sys.argv) != 4: The length when i debug is 1. how can i make this code working? Thanks in advance.