Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Call Recording #275

Open
hadi-mira opened this issue May 23, 2023 · 7 comments
Open

Live Call Recording #275

hadi-mira opened this issue May 23, 2023 · 7 comments
Assignees
Labels
Enhancement New feature or request

Comments

@hadi-mira
Copy link

I wonder if you can add records call

The victim app records call last calls (ex: 50 calls) and I can listen, download and delete it to make to free up space on the victim's device

@Morsmalleo
Copy link
Owner

Morsmalleo commented May 23, 2023

Sorry you'll need to be a bit more clear, what did you want integrated?? The ability to record live calls??

@hadi-mira
Copy link
Author

Yes the ability to record live calls

@hadi-mira
Copy link
Author

hadi-mira commented May 23, 2023

And I have a question for you if I want to edit the project to make the victim device send a device serial number or IMEI where should I make this edit?

I make the edit the URL query in (IOSocket.java) at (AhMyth-Client) but the new attribute that I added to the query never show in the server console (I print the whole query in AhMyth-Server)
Did I make it wrong ?!
I need to do this to distinguish devices

@Morsmalleo
Copy link
Owner

And I have a question for you if I want to edit the project to make the victim device send a device serial number or IMEI where should I make this edit?

I make the edit the URL query in (IOSocket.java) at (AhMyth-Client) but the new attribute that I added to the query never show in the server console (I print the whole query in AhMyth-Server) Did I make it wrong ?! I need to do this to distinguish devices

I'll see what I can do for live call recording.

As for your integration you'll want to try putting in the main.js file located at AhMyth/AhMyth-Server/app

@Morsmalleo Morsmalleo changed the title Recording Calls Live Call Recording May 23, 2023
@Morsmalleo Morsmalleo added the Enhancement New feature or request label May 23, 2023
@hadi-mira
Copy link
Author

And I have a question for you if I want to edit the project to make the victim device send a device serial number or IMEI where should I make this edit?
I make the edit the URL query in (IOSocket.java) at (AhMyth-Client) but the new attribute that I added to the query never show in the server console (I print the whole query in AhMyth-Server) Did I make it wrong ?! I need to do this to distinguish devices

I'll see what I can do for live call recording.

As for your integration you'll want to try putting in the main.js file located at AhMyth/AhMyth-Server/app

I print (socket.handshake.query) and I didn't find the new attribute that I add it from java code can you guide me?

@Morsmalleo
Copy link
Owner

Morsmalleo commented May 24, 2023

And I have a question for you if I want to edit the project to make the victim device send a device serial number or IMEI where should I make this edit?
I make the edit the URL query in (IOSocket.java) at (AhMyth-Client) but the new attribute that I added to the query never show in the server console (I print the whole query in AhMyth-Server) Did I make it wrong ?! I need to do this to distinguish devices

I'll see what I can do for live call recording.
As for your integration you'll want to try putting in the main.js file located at AhMyth/AhMyth-Server/app

I print (socket.handshake.query) and I didn't find the new attribute that I add it from java code can you guide me?

Not at the moment no, because I am far to busy with other updates on this project, sorry.

@Morsmalleo
Copy link
Owner

Morsmalleo commented May 24, 2023

The best I can do Is point you in the right direction.

The java code responsible for collecting the device info is located here in the IOSocket.java file

IOSocket.java

The Server code responsible for it is located in two different files, the main.js file a.k.a the Main Process, and the AppCtrl.js file a.k.a the Renderer Process which is located at AhMyth/AhMyth-Server/app/app/assets/js/controllers

main.js

AppCtrl.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants